[MPlayer-cvslog] r23105 - trunk/configure

cehoyos subversion at mplayerhq.hu
Wed Apr 25 01:46:42 CEST 2007


Author: cehoyos
Date: Wed Apr 25 01:46:42 2007
New Revision: 23105

Log:
CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called
HAVE_EBX_AVAILABLE & HAVE_EBP_AVAILABLE.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Apr 25 01:46:42 2007
@@ -8190,8 +8190,8 @@ $_def_libavutil_so
 $_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
 



More information about the MPlayer-cvslog mailing list