summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-01 00:39:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-01 00:39:39 +0000
commitcde9e7800128f5466d97279918e1d20fc250a33b (patch)
tree66c8c784b066770bb209dc117b707346f364bdfc /configure
parent01e795aba320692e6c3c2da8652b4d16ee3d4bb4 (diff)
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-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 6856c96afd..47cfa3b983 100755
--- a/configure
+++ b/configure
@@ -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,$@'