changeset 23972:b0eae82768a1

Define ENABLE_GRAY for FFmpeg
author uau
date Wed, 01 Aug 2007 14:29:26 +0000
parents a3b1f12d6af2
children 0d483afee811
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Aug 01 13:36:58 2007 +0000
+++ b/configure	Wed Aug 01 14:29:26 2007 +0000
@@ -7925,6 +7925,9 @@
 #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