summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-01 14:29:26 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-01 14:29:26 +0000
commite1bcd20b2c2b9b4b0b61108f50aa0668a33153e2 (patch)
treeae096d2f35d5fbc39ed0e1a8c4f94d47c7fcfd10 /configure
parent263a11fac0ff55ad9aeeb2b22d183c031e0d7ceb (diff)
downloadmpv-e1bcd20b2c2b9b4b0b61108f50aa0668a33153e2.tar.bz2
mpv-e1bcd20b2c2b9b4b0b61108f50aa0668a33153e2.tar.xz
Define ENABLE_GRAY for FFmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23992 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 71590ad3f0..017eed4a9e 100755
--- a/configure
+++ b/configure
@@ -7925,6 +7925,9 @@ $_def_muxers
#define CONFIG_GPL 1
#define ENABLE_SMALL 0
+/* Support for grayscale encoding/decoding in FFmpeg (makes color slower) */
+#define ENABLE_GRAY 1
+
/* Use AMR codecs from libavcodec. */
$_def_libamr
$_def_libamr_nb