From 6d9f52dac03bd9b4511fe959e3075bf4a272ddc8 Mon Sep 17 00:00:00 2001 From: uau Date: Tue, 26 Feb 2008 05:18:56 +0000 Subject: 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 --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3