summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-24 23:46:42 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-24 23:46:42 +0000
commitf9f58e22e09a8f4ee42956ff455a2c20243708b0 (patch)
tree614a322ab868fd2ffaa2700a3a0ce0fed7691a85 /configure
parent6f054a0afdc075160171817b5ad1798e9bf18fa8 (diff)
downloadmpv-f9f58e22e09a8f4ee42956ff455a2c20243708b0.tar.bz2
mpv-f9f58e22e09a8f4ee42956ff455a2c20243708b0.tar.xz
CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called
HAVE_EBX_AVAILABLE & HAVE_EBP_AVAILABLE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23105 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b7c66f15e5..cd55ee123b 100755
--- a/configure
+++ b/configure
@@ -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