Mercurial > mplayer.hg
comparison configure @ 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 | e6a565ec1a3b |
children | 5306b54354c4 |
comparison
equal
deleted
inserted
replaced
26109:e53dac3c60ee | 26110:69790f7caffa |
---|---|
7803 CONFIG_LIBVORBIS=$_libvorbis | 7803 CONFIG_LIBVORBIS=$_libvorbis |
7804 CONFIG_LIBXVID=$_lavc_xvid | 7804 CONFIG_LIBXVID=$_lavc_xvid |
7805 CONFIG_LIBX264=$_lavc_x264 | 7805 CONFIG_LIBX264=$_lavc_x264 |
7806 CONFIG_ZLIB=$_zlib | 7806 CONFIG_ZLIB=$_zlib |
7807 CONFIG_GPL=yes | 7807 CONFIG_GPL=yes |
7808 CONFIG_ENCODERS=$_mencoder | 7808 CONFIG_ENCODERS=yes |
7809 CONFIG_MUXERS=$_mencoder | 7809 CONFIG_MUXERS=$_mencoder |
7810 # Prevent building libavcodec/imgresample.c with conflicting symbols | 7810 # Prevent building libavcodec/imgresample.c with conflicting symbols |
7811 CONFIG_SWSCALER=yes | 7811 CONFIG_SWSCALER=yes |
7812 RADIO=$_radio | 7812 RADIO=$_radio |
7813 RADIO_CAPTURE=$_radio_capture | 7813 RADIO_CAPTURE=$_radio_capture |