From 1bb8c20fc7e674d3aaed650f248fd0ba17e7dd37 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 22 Aug 2007 17:10:31 +0000 Subject: Finally fix --enable-debug compilation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24120 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index a5d2e0c159..bc030daab3 100755 --- a/configure +++ b/configure @@ -8030,7 +8030,9 @@ $_def_muxers /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ #define HAVE_EBX_AVAILABLE 1 +#ifndef MP_DEBUG #define HAVE_EBP_AVAILABLE 1 +#endif #define CONFIG_GPL 1 #define ENABLE_SMALL 0 -- cgit v1.2.3