summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-10 16:26:58 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:43 +0200
commit5e95024317add19c376114c40a87e69d969c69ce (patch)
tree1c716bb0a921c3c96585478d1f512b3f1e70d5b6 /configure
parent96c17fe68b12104269f70b113d757fbc67b5ed1f (diff)
downloadmpv-5e95024317add19c376114c40a87e69d969c69ce.tar.bz2
mpv-5e95024317add19c376114c40a87e69d969c69ce.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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