diff options
Diffstat (limited to 'pkg/ffmpeg/scripts/sources.sh')
| -rwxr-xr-x | pkg/ffmpeg/scripts/sources.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/ffmpeg/scripts/sources.sh b/pkg/ffmpeg/scripts/sources.sh new file mode 100755 index 00000000..eac0e495 --- /dev/null +++ b/pkg/ffmpeg/scripts/sources.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -ex + +../src/configure >/dev/null +awk '{print $2}' config.asm >vars.txt +make -f sources.mk >../sources.txt +git clean -df . |
