[FFmpeg-cvslog] r9846 - in trunk: configure libavcodec/mpegvideo.c libavcodec/mpegvideo_common.h

Michael Niedermayer michaelni
Wed Aug 1 14:58:22 CEST 2007


Hi

On Wed, Aug 01, 2007 at 08:26:29AM +0100, M?ns Rullg?rd wrote:
> michael <subversion at mplayerhq.hu> writes:
> 
> > Author: michael
> > Date: Wed Aug  1 02:39:39 2007
> > New Revision: 9846
> >
> > Log:
> > make grayscale only decoding checks in inner loops compiletime killable
> >
> > Modified:
> >    trunk/configure
> >    trunk/libavcodec/mpegvideo.c
> >    trunk/libavcodec/mpegvideo_common.h
> >
> > Modified: trunk/configure
> > ==============================================================================
> > --- trunk/configure	(original)
> > +++ trunk/configure	Wed Aug  1 02:39:39 2007
> > @@ -133,6 +133,7 @@ show_help(){
> >    echo "  --disable-debug          disable debugging symbols"
> >    echo "  --disable-mpegaudio-hp   faster (but less accurate)"
> >    echo "                           MPEG audio decoding [default=no]"
> > +  echo "  --enable-gray            enable full grayscale support (slower color)"
> >    echo "  --disable-ffmpeg         disable ffmpeg build"
> >    echo "  --disable-ffserver       disable ffserver build"
> >    echo "  --disable-ffplay         disable ffplay build"
> > @@ -615,6 +616,7 @@ CONFIG_LIST='
> >      v4l2
> >      x11grab
> >      zlib
> > +    gray
> >  '
> 
> Please maintain alphabetical order.  IIRC this is even mentioned in
> some documentation.

yes it is in the docs, but this list is not in alphabetical order:
CONFIG_LIST='
    encoders
    decoders
    parsers
    bsfs
    muxers
    demuxers
    audio_beos
...
    zlib

ive moved gray so as to keep the list closer to alphabetically ordered


> 
> >
> >  THREADS_LIST='
> > @@ -860,6 +862,7 @@ network="yes"
> >  optimize="yes"
> >  protocols="yes"
> >  vhook="default"
> > +gray="no"
> 
> Not necessary.  The default is no.

fixed

note, gray is not the only ="no" in there, gpl, shared, memalign_hack are
too

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The greatest way to live with honor in this world is to be what we pretend
to be. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20070801/fe0f830f/attachment.pgp>



More information about the ffmpeg-cvslog mailing list