[Ffmpeg-devel] I'm giving up

Panagiotis Issaris takis.issaris
Wed Dec 6 16:55:04 CET 2006


Hi M?ns,

On Wed, 2006-12-06 at 15:50 +0000, M?ns Rullg?rd wrote:
> >> > IMHO we should not add a new id, but disable native one if x264 is chosen
> >> A configure option is easy to do though.
> > Something like this? Not very generic, but it seems to work.
> >
> > diff --git a/configure b/configure
> > index a4607a4..5bd09f2 100755
> > --- a/configure
> > +++ b/configure
> > @@ -1495,6 +1495,10 @@ EOF
> >      restore_flags
> >  fi
> >
> > +# Disable native H.264 encoder if x264 is chosen
> > +if enabled x264; then
> > +    ENCODER_LIST=`echo $ENCODER_LIST|sed 's/h264_encoder //'`
> > +fi
> 
> Much nicer:
> enabled x264 && disable h264_encoder
Ah :) Thanks!
I had seen the disable function but had used it incorrectly (In fact
just "enable x264 && disable h264").

With friendly regards,
Takis
-- 
vCard: http://www.issaris.org/pi.vcf
Public key: http://www.issaris.org/pi.key





More information about the ffmpeg-devel mailing list