# HG changeset patch # User cehoyos # Date 1177458402 0 # Node ID 5cca2241a04a1b094de798f88088921f90aa9060 # Parent 778394a078ba925e3b4d3ef05c7f419f931288ca CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called HAVE_EBX_AVAILABLE & HAVE_EBP_AVAILABLE. diff -r 778394a078ba -r 5cca2241a04a configure --- a/configure Tue Apr 24 17:36:03 2007 +0000 +++ b/configure Tue Apr 24 23:46:42 2007 +0000 @@ -8190,8 +8190,8 @@ $_def_muxers /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ -#define CONFIG_EBX_AVAILABLE 1 -#define CONFIG_EBP_AVAILABLE 1 +#define HAVE_EBX_AVAILABLE 1 +#define HAVE_EBP_AVAILABLE 1 #define CONFIG_GPL 1