changeset 31601:d03c9af1b245

Move EBX availability #define within config.h; it is not FFmpeg-specific.
author diego
date Sat, 10 Jul 2010 16:26:58 +0000
parents 22157f6d154e
children 31eb98126392
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jul 10 13:46:27 2010 +0000
+++ b/configure	Sat Jul 10 16:26:58 2010 +0000
@@ -8945,6 +8945,7 @@
 
 /* CPU stuff */
 #define __CPU__ $iproc
+$def_ebx_available
 $def_words_endian
 $def_bigendian
 $(ff_config_enable "$arch_all" "$arch" "ARCH")
@@ -9274,7 +9275,6 @@
 #define CONFIG_RDFT 1
 
 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
-$def_ebx_available
 #ifndef MP_DEBUG
 #define HAVE_EBP_AVAILABLE 1
 #else