[MPlayer-cvslog] r26104 - trunk/configure
    uau 
    subversion at mplayerhq.hu
       
    Tue Feb 26 06:18:57 CET 2008
    
    
  
Author: uau
Date: Tue Feb 26 06:18:56 2008
New Revision: 26104
Log:
configure: define ENABLE_ENCODERS for FFmpeg
Compilation was broken as FFmpeg's dsputil_mmx.c now (ab)uses this
variable. Fix by adding "#define ENABLE_ENCODERS 1" to generated
config.h.
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Feb 26 06:18:56 2008
@@ -8184,6 +8184,7 @@ $_def_libavutil_so
 #define CONFIG_DECODERS 1
 /* Use libavcodec's encoders */
 #define CONFIG_ENCODERS 1
+#define ENABLE_ENCODERS 1
 
 /* Use libavformat's demuxers */
 #define CONFIG_DEMUXERS 1
    
    
More information about the MPlayer-cvslog
mailing list