1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

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
This commit is contained in:
diego 2010-07-10 16:26:58 +00:00 committed by Uoti Urpala
parent 96c17fe68b
commit 5e95024317

2
configure vendored
View File

@ -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