diff options
author | Måns Rullgård <mans@mansr.com> | 2010-08-25 18:37:38 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-08-25 18:37:38 +0000 |
commit | 74c847e098a70078fff1347c19787d699e5b5663 (patch) | |
tree | bf9f820981a58f6d41c04173b214ff3f8dcc636d /tests/fate.sh | |
parent | 186f1ec5f442bd9c6ccefa1af0a2b2d1e0f8a057 (diff) | |
download | ffmpeg-74c847e098a70078fff1347c19787d699e5b5663.tar.gz |
fate: build with --enable-gpl
Originally committed as revision 24930 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-x | tests/fate.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate.sh b/tests/fate.sh index efe4c24669..734e94d6c4 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -46,6 +46,7 @@ configure()( ${src}/configure \ --prefix="${inst}" \ --samples="${samples}" \ + --enable-gpl \ ${arch:+--arch=$arch} \ ${cpu:+--cpu="$cpu"} \ ${cross_prefix:+--cross-prefix="$cross_prefix"} \ |