diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-01 00:39:39 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-01 00:39:39 +0000 |
commit | cde9e7800128f5466d97279918e1d20fc250a33b (patch) | |
tree | 66c8c784b066770bb209dc117b707346f364bdfc /configure | |
parent | 01e795aba320692e6c3c2da8652b4d16ee3d4bb4 (diff) | |
download | ffmpeg-cde9e7800128f5466d97279918e1d20fc250a33b.tar.gz |
make grayscale only decoding checks in inner loops compiletime killable
Originally committed as revision 9846 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ' THREADS_LIST=' @@ -860,6 +862,7 @@ network="yes" optimize="yes" protocols="yes" vhook="default" +gray="no" # build settings SHFLAGS='-shared -Wl,-soname,$@' |