diff options
author | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-02-26 05:18:56 +0000 |
---|---|---|
committer | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-02-26 05:18:56 +0000 |
commit | 6d9f52dac03bd9b4511fe959e3075bf4a272ddc8 (patch) | |
tree | 66c3cb9d42041a6d4ad34ac150b6e7dfc0fadaa5 | |
parent | e063c10ea93898bc4281beab1ea1696408408600 (diff) |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |