Mercurial > mplayer.hg
comparison configure @ 26072:99bc12329d38
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.
author | uau |
---|---|
date | Tue, 26 Feb 2008 05:18:56 +0000 |
parents | 1318e956c092 |
children | c9308132327e |
comparison
equal
deleted
inserted
replaced
26071:449ad51bd8c7 | 26072:99bc12329d38 |
---|---|
8182 | 8182 |
8183 /* Use libavcodec's decoders */ | 8183 /* Use libavcodec's decoders */ |
8184 #define CONFIG_DECODERS 1 | 8184 #define CONFIG_DECODERS 1 |
8185 /* Use libavcodec's encoders */ | 8185 /* Use libavcodec's encoders */ |
8186 #define CONFIG_ENCODERS 1 | 8186 #define CONFIG_ENCODERS 1 |
8187 #define ENABLE_ENCODERS 1 | |
8187 | 8188 |
8188 /* Use libavformat's demuxers */ | 8189 /* Use libavformat's demuxers */ |
8189 #define CONFIG_DEMUXERS 1 | 8190 #define CONFIG_DEMUXERS 1 |
8190 /* Use libavformat's muxers */ | 8191 /* Use libavformat's muxers */ |
8191 $_def_muxers | 8192 $_def_muxers |