mirror of
https://github.com/oasislinux/oasis.git
synced 2025-12-25 12:14:00 +01: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 .