summaryrefslogtreecommitdiff
path: root/pkg/ffmpeg/scripts/sources.sh
blob: eac0e495f75dccaa0954bbce6b49b7181423d621 (plain)
1
2
3
4
5
6
7
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 .