comparison configure @ 24100:a2543c0f8cee

Finally fix --enable-debug compilation
author reimar
date Wed, 22 Aug 2007 17:10:31 +0000
parents e8aa0449e8fd
children c329fa49da96
comparison
equal deleted inserted replaced
24099:d517c397de7d 24100:a2543c0f8cee
8028 /* Use libavformat's muxers */ 8028 /* Use libavformat's muxers */
8029 $_def_muxers 8029 $_def_muxers
8030 8030
8031 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ 8031 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
8032 #define HAVE_EBX_AVAILABLE 1 8032 #define HAVE_EBX_AVAILABLE 1
8033 #ifndef MP_DEBUG
8033 #define HAVE_EBP_AVAILABLE 1 8034 #define HAVE_EBP_AVAILABLE 1
8035 #endif
8034 8036
8035 #define CONFIG_GPL 1 8037 #define CONFIG_GPL 1
8036 #define ENABLE_SMALL 0 8038 #define ENABLE_SMALL 0
8037 8039
8038 /* Support for grayscale encoding/decoding in FFmpeg (makes color slower) */ 8040 /* Support for grayscale encoding/decoding in FFmpeg (makes color slower) */