Files
oasis-linux-mirror/pkg/ffmpeg/scripts
2020-06-16 02:49:42 -07:00
..
2018-05-10 12:30:59 -07:00
2020-06-16 02:49:42 -07:00
2018-02-16 02:52:34 -08:00

To generate sources.txt, first run configure ffmpeg

../src/configure

Then, generate vars.txt from config.asm

awk '!($0 ~ "^;") {print $2}' config.asm >vars.txt

Build sources.txt from vars.txt and ffmpeg's Makefiles

make -f sources.mk >../sources.txt

Finally, clean up what ./configure left behind

git clean -df .