1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

exporting DEBUG

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1566 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-08-17 00:38:10 +00:00
parent 24eef924a9
commit f0e5090137

7
configure vendored
View File

@ -1834,6 +1834,11 @@ else
_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 @@ cat > $CCONF << EOF
#define USE_OSD
#define USE_SUB
$_debugdef
/* Common data directory (for fonts, etc) */
#define DATADIR "$_datadir"