summaryrefslogtreecommitdiff
path: root/pkg/ffmpeg/scripts/sources.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ffmpeg/scripts/sources.sh')
-rwxr-xr-xpkg/ffmpeg/scripts/sources.sh8
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 .