changeset 325:03b6f31e7f4b libavutil

Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST, it's not configurable by the user.
author diego
date Tue, 24 Apr 2007 07:06:30 +0000
parents 5afb41ff7589
children 46b4da5bf9ed
files x86_cpu.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/x86_cpu.h	Fri Apr 20 23:45:53 2007 +0000
+++ b/x86_cpu.h	Tue Apr 24 07:06:30 2007 +0000
@@ -57,7 +57,7 @@
 #  define REGSP   esp
 #endif
 
-#if defined(ARCH_X86_64) || (defined(ARCH_X86_32) && defined(CONFIG_EBX_AVAILABLE) && defined(CONFIG_EBP_AVAILABLE))
+#if defined(ARCH_X86_64) || (defined(ARCH_X86_32) && defined(HAVE_EBX_AVAILABLE) && defined(HAVE_EBP_AVAILABLE))
 #  define CONFIG_7REGS 1
 #endif