mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
5 lines
105 B
Bash
Executable file
5 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
|
|
gcc -O2 filter_rdcosts.c -o ../src/frcosts_matrix
|
|
gcc -O2 ols_2ndpart.c -o ../src/ols_2ndpart
|