Mercurial > mplayer.hg
changeset 26110:69790f7caffa
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.
author | uau |
---|---|
date | Mon, 03 Mar 2008 03:02:36 +0000 |
parents | e53dac3c60ee |
children | eb82d1524b6d |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Mar 02 19:38:50 2008 +0000 +++ b/configure Mon Mar 03 03:02:36 2008 +0000 @@ -7805,7 +7805,7 @@ 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