On Thu, Dec 15, 2011 at 11:27:08AM +0000, Måns Rullgård wrote:
> Diego Biurrun <[email protected]> writes:
> 
> > --- a/configure
> > +++ b/configure
> > @@ -903,8 +903,17 @@ COMPONENT_LIST="
> >
> > +PROGRAM_LIST="
> > +    avconv
> > +    avplay
> > +    avprobe
> > +    avserver
> > +    ffmpeg
> > +"
> > +
> >  CONFIG_LIST="
> >      $COMPONENT_LIST
> > +    $PROGRAM_LIST
> >      aandct
> > @@ -918,11 +927,6 @@ CONFIG_LIST="
> >      fastdiv
> > -    ffmpeg
> > -    avconv
> > -    avplay
> > -    avprobe
> > -    avserver
> >      fft
> > @@ -1659,6 +1663,8 @@ target_os_default=$(tolower $(uname -s))
> >
> >  # configurable options
> > +enable $PROGRAM_LIST
> > +
> >  enable avcodec
> > @@ -1667,12 +1673,6 @@ enable avutil
> >
> > -enable avconv
> > -enable avplay
> > -enable avprobe
> > -enable avserver
> > -enable ffmpeg
> > -
> >  enable asm
> 
> OK

I pushed the approved part separately.

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

Reply via email to