From f9f58e22e09a8f4ee42956ff455a2c20243708b0 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 24 Apr 2007 23:46:42 +0000 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3