diff options
Diffstat (limited to 'pkg/ffmpeg/scripts/README.md')
| -rw-r--r-- | pkg/ffmpeg/scripts/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/ffmpeg/scripts/README.md b/pkg/ffmpeg/scripts/README.md new file mode 100644 index 00000000..344e246a --- /dev/null +++ b/pkg/ffmpeg/scripts/README.md @@ -0,0 +1,15 @@ +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 `Makefile`s + + make -f sources.mk >../sources.txt + +Finally, clean up what `./configure` left behind + + git clean -df . |
