master hovercats/oakiss / pkg / ffmpeg / scripts / sources.sh
1#!/bin/sh
2
3set -ex
4
5../src/configure >/dev/null
6awk '{print $2}' config.asm >vars.txt
7make -f sources.mk >../sources.txt
8git clean -df .