Mercurial > mplayer.hg
diff configure @ 1565:2fc93eb132b2
exporting DEBUG
author | arpi |
---|---|
date | Fri, 17 Aug 2001 00:38:10 +0000 (2001-08-17) |
parents | cb6537d5d15e |
children | fc0e9953bc2d |
line wrap: on
line diff
--- 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"