On 2016-05-05 00:01:35 +0200, Diego Biurrun wrote:
> This default was chosen when there was still some amount of
> general-purpose code under GPL. Now only special modules are covered by
> GPL. When enabling those modules, one can turn on GPL along with them.
> ---
>  tests/fate.sh | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tests/fate.sh b/tests/fate.sh
> index b8ee1ae..3e3cae3 100755
> --- a/tests/fate.sh
> +++ b/tests/fate.sh
> @@ -46,7 +46,6 @@ configure()(
>      ${src}/configure                                                    \
>          --prefix="${inst}"                                              \
>          --samples="${samples}"                                          \
> -        --enable-gpl                                                    \
>          ${arch:+--arch=$arch}                                           \
>          ${cpu:+--cpu="$cpu"}                                            \
>          ${toolchain:+--toolchain="$toolchain"}                          \

As nobody is distributing fate executable created by fate.sh I'm in 
favour of maximising the test coverage vs. testing the standard 
configuration. If we don't have any fate configs with gpl disable, we 
probably should create some. --disable-gpl in $extra_conf should work.  
If that doesn't work or you don't ike it feel free to add a gpl config 
for fate that defaults to enabling if not set.

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to