Mercurial > mplayer.hg
changeset 1565:2fc93eb132b2
exporting DEBUG
author | arpi |
---|---|
date | Fri, 17 Aug 2001 00:38:10 +0000 |
parents | 9fa2a290fa99 |
children | 913c1ee56b4f |
files | configure |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
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"