# HG changeset patch # User arpi # Date 998008690 0 # Node ID 2fc93eb132b284ac528da8139230adc9cd0124af # Parent 9fa2a290fa999b47eec22bddacce7a7f43a0f77a exporting DEBUG diff -r 9fa2a290fa99 -r 2fc93eb132b2 configure --- a/configure Thu Aug 16 22:40:06 2001 +0000 +++ b/configure Fri Aug 17 00:38:10 2001 +0000 @@ -1834,6 +1834,11 @@ _decorelibs='-Lopendivx -ldecore' fi +if [ "$_debug" != "" ]; then + _debugdef='#define MP_DEBUG' +else + _debugdef='#undef MP_DEBUG' +fi echo echo "Creating $MCONF" @@ -1892,6 +1897,8 @@ #define USE_OSD #define USE_SUB +$_debugdef + /* Common data directory (for fonts, etc) */ #define DATADIR "$_datadir"