comparison configure @ 23087:5cca2241a04a

CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called HAVE_EBX_AVAILABLE & HAVE_EBP_AVAILABLE.
author cehoyos
date Tue, 24 Apr 2007 23:46:42 +0000
parents ec3250bb1037
children a6aa62e45f37
comparison
equal deleted inserted replaced
23086:778394a078ba 23087:5cca2241a04a
8188 #define CONFIG_DEMUXERS 1 8188 #define CONFIG_DEMUXERS 1
8189 /* Use libavformat's muxers */ 8189 /* Use libavformat's muxers */
8190 $_def_muxers 8190 $_def_muxers
8191 8191
8192 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ 8192 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
8193 #define CONFIG_EBX_AVAILABLE 1 8193 #define HAVE_EBX_AVAILABLE 1
8194 #define CONFIG_EBP_AVAILABLE 1 8194 #define HAVE_EBP_AVAILABLE 1
8195 8195
8196 #define CONFIG_GPL 1 8196 #define CONFIG_GPL 1
8197 8197
8198 /* Use amr codecs from libavcodec (requires amr sources) */ 8198 /* Use amr codecs from libavcodec (requires amr sources) */
8199 $_def_amr 8199 $_def_amr