changeset 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 449ad51bd8c7
children 123219eaeeca
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Feb 25 22:29:45 2008 +0000
+++ b/configure	Tue Feb 26 05:18:56 2008 +0000
@@ -8184,6 +8184,7 @@
 #define CONFIG_DECODERS 1
 /* Use libavcodec's encoders */
 #define CONFIG_ENCODERS 1
+#define ENABLE_ENCODERS 1
 
 /* Use libavformat's demuxers */
 #define CONFIG_DEMUXERS 1