[MPlayer-cvslog] r31667 - trunk/configure

diego subversion at mplayerhq.hu
Sat Jul 10 18:26:58 CEST 2010


Author: diego
Date: Sat Jul 10 18:26:58 2010
New Revision: 31667

Log:
Move EBX availability #define within config.h; it is not FFmpeg-specific.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jul 10 15:46:27 2010	(r31666)
+++ trunk/configure	Sat Jul 10 18:26:58 2010	(r31667)
@@ -8945,6 +8945,7 @@ $def_pthread_cache
 
 /* CPU stuff */
 #define __CPU__ $iproc
+$def_ebx_available
 $def_words_endian
 $def_bigendian
 $(ff_config_enable "$arch_all" "$arch" "ARCH")
@@ -9274,7 +9275,6 @@ $def_yasm
 #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


More information about the MPlayer-cvslog mailing list