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