summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-26 05:18:56 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-26 05:18:56 +0000
commit6d9f52dac03bd9b4511fe959e3075bf4a272ddc8 (patch)
tree66c3cb9d42041a6d4ad34ac150b6e7dfc0fadaa5
parente063c10ea93898bc4281beab1ea1696408408600 (diff)
downloadmpv-6d9f52dac03bd9b4511fe959e3075bf4a272ddc8.tar.bz2
mpv-6d9f52dac03bd9b4511fe959e3075bf4a272ddc8.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26104 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 3a97b162e8..bf0ba7a0c6 100755
--- a/configure
+++ b/configure
@@ -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