summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-03 03:02:36 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-03 03:02:36 +0000
commit2e16b2826a904444162c6f2eb884f53aa0a2f053 (patch)
tree222a71ebcb1996dda276cee6a80d87f3e169d9ed
parenta27f73390fd3305a8279fc2c183c2b0c42730b61 (diff)
downloadmpv-2e16b2826a904444162c6f2eb884f53aa0a2f053.tar.bz2
mpv-2e16b2826a904444162c6f2eb884f53aa0a2f053.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26142 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e939efd63b..b4efe67200 100755
--- a/configure
+++ b/configure
@@ -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