[MPlayer-cvslog] r23992 - trunk/configure

uau subversion at mplayerhq.hu
Wed Aug 1 16:29:27 CEST 2007


Author: uau
Date: Wed Aug  1 16:29:26 2007
New Revision: 23992

Log:
Define ENABLE_GRAY for FFmpeg


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Aug  1 16:29:26 2007
@@ -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



More information about the MPlayer-cvslog mailing list