Files
oasis-linux-mirror/pkg/ffmpeg/scripts
Michael Forney 741d252822 Port build scripts to POSIX shell
Since we are now using Lua to generate ninja files, use of rc in build scripts
seems unnecessary and adds an additional bootstrap dependency. None of them are
too fancy, so just port to POSIX sh instead.
2018-02-16 02:52:34 -08:00
..
2016-12-13 23:10:30 -08:00
2017-10-15 21:03:10 -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 '{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 .