1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

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
This commit is contained in:
uau 2008-02-26 05:18:56 +00:00
parent e063c10ea9
commit 6d9f52dac0

1
configure vendored
View File

@ -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