On Thu, May 12, 2011 at 01:21:49PM +0100, Måns Rullgård wrote:
> Diego Biurrun <di...@biurrun.de> writes:
> 
> > Enabling libpostproc automatically should give it more compile coverage
> > and save the FATE box maintainers some configuration hassles.
> >
> > --- a/configure
> > +++ b/configure
> > @@ -1802,6 +1802,8 @@ for opt do
> >  
> > +enabled gpl && enable postproc
> 
> Wrong.  It should be something like this:
> 
> --- a/configure
> +++ b/configure
> @@ -1474,6 +1474,7 @@ yadif_filter_deps="gpl"
>  # libraries
>  avdevice_deps="avcodec avformat"
>  avformat_deps="avcodec"
> +postproc_deps="gpl"
>  
> @@ -1643,6 +1644,7 @@ enable ffprobe
>  enable optimizations
> +enable postproc
>  enable protocols
> @@ -2531,7 +2533,6 @@ die_license_disabled() {
>  die_license_disabled gpl libxvid
> -die_license_disabled gpl postproc
>  die_license_disabled gpl x11grab

This works, but it does not shout at you that --enable-gpl is missing
when you pass --enable-gpl to configure...

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to