[FFmpeg-cvslog] r9846 - in trunk: configure libavcodec/mpegvideo.c libavcodec/mpegvideo_common.h
Måns Rullgård
mans
Wed Aug 1 09:26:29 CEST 2007
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.
>
> THREADS_LIST='
> @@ -860,6 +862,7 @@ network="yes"
> optimize="yes"
> protocols="yes"
> vhook="default"
> +gray="no"
Not necessary. The default is no.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list