Files
oasis-linux-mirror/pkg/ffmpeg/scripts
2017-10-15 21:03:10 -07:00
..
2016-12-13 23:10:30 -08:00
2017-10-15 21:03:10 -07:00
2016-12-13 23:10:30 -08:00

To generate sources.txt, first run configure ffmpeg

../src/configure

Then, generate vars.txt from config.asm

awk '{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 .