[Mplayer-cvslog] CVS: main configure,1.141,1.142
Arpi of Ize
arpi at mplayer.dev.hu
Fri Aug 17 02:38:16 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv26925
Modified Files:
configure
Log Message:
exporting DEBUG
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- configure 15 Aug 2001 19:43:31 -0000 1.141
+++ configure 17 Aug 2001 00:38:10 -0000 1.142
@@ -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"
@@ -1891,6 +1896,8 @@
#define USE_OSD
#define USE_SUB
+
+$_debugdef
/* Common data directory (for fonts, etc) */
#define DATADIR "$_datadir"
More information about the MPlayer-cvslog
mailing list