[MPlayer-cvslog] r26142 - trunk/configure

uau subversion at mplayerhq.hu
Mon Mar 3 04:02:36 CET 2008


Author: uau
Date: Mon Mar  3 04:02:36 2008
New Revision: 26142

Log:
configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally

config.h already had "#define CONFIG_ENCODERS 1" unconditionally, but
the config.mak value depended on whether MEncoder was enabled.
Encoders need to be enabled as some encoder code is used by MPlayer
too. The inconsistent values broke compilation with --disable-mencoder
after libavcodec Makefile made compilation of i386/dsputilenc_mmx.o
depend on the config.mak value.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Mar  3 04:02:36 2008
@@ -7805,7 +7805,7 @@ CONFIG_LIBXVID=$_lavc_xvid
 CONFIG_LIBX264=$_lavc_x264
 CONFIG_ZLIB=$_zlib
 CONFIG_GPL=yes
-CONFIG_ENCODERS=$_mencoder
+CONFIG_ENCODERS=yes
 CONFIG_MUXERS=$_mencoder
 # Prevent building libavcodec/imgresample.c with conflicting symbols
 CONFIG_SWSCALER=yes



More information about the MPlayer-cvslog mailing list