diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-22 17:10:31 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-22 17:10:31 +0000 |
commit | 1bb8c20fc7e674d3aaed650f248fd0ba17e7dd37 (patch) | |
tree | 9afd5b8abb1a72fe1f4fce10ef279319660f8385 /configure | |
parent | 65e0b2a95ede109a2b55329b373c4d16802f66b1 (diff) |
Finally fix --enable-debug compilation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24120 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |