From 5e95024317add19c376114c40a87e69d969c69ce Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 10 Jul 2010 16:26:58 +0000 Subject: configure: Move EBX availability #define within config.h It is not FFmpeg-specific. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31667 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index bfa6112bda..f29a0892e0 100755 --- a/configure +++ b/configure @@ -8145,6 +8145,7 @@ $def_pthread_cache /* CPU stuff */ #define __CPU__ $iproc +$def_ebx_available $def_words_endian $def_bigendian $(ff_config_enable "$arch_all" "$arch" "ARCH") @@ -8436,7 +8437,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 -- cgit v1.2.3