Browse code

fate: build with --enable-gpl

Originally committed as revision 24930 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/08/26 03:37:38
Showing 1 changed files
... ...
@@ -46,6 +46,7 @@ configure()(
46 46
     ${src}/configure                                                    \
47 47
         --prefix="${inst}"                                              \
48 48
         --samples="${samples}"                                          \
49
+        --enable-gpl                                                    \
49 50
         ${arch:+--arch=$arch}                                           \
50 51
         ${cpu:+--cpu="$cpu"}                                            \
51 52
         ${cross_prefix:+--cross-prefix="$cross_prefix"}                 \