comparison configure @ 1565:2fc93eb132b2

exporting DEBUG
author arpi
date Fri, 17 Aug 2001 00:38:10 +0000
parents cb6537d5d15e
children fc0e9953bc2d
comparison
equal deleted inserted replaced
1564:9fa2a290fa99 1565:2fc93eb132b2
1832 else 1832 else
1833 _divx4def='#undef NEW_DECORE' 1833 _divx4def='#undef NEW_DECORE'
1834 _decorelibs='-Lopendivx -ldecore' 1834 _decorelibs='-Lopendivx -ldecore'
1835 fi 1835 fi
1836 1836
1837 if [ "$_debug" != "" ]; then
1838 _debugdef='#define MP_DEBUG'
1839 else
1840 _debugdef='#undef MP_DEBUG'
1841 fi
1837 1842
1838 echo 1843 echo
1839 echo "Creating $MCONF" 1844 echo "Creating $MCONF"
1840 cat > $MCONF << EOF 1845 cat > $MCONF << EOF
1841 1846
1889 1894
1890 /* -------- Generated by ./configure ----------- */ 1895 /* -------- Generated by ./configure ----------- */
1891 1896
1892 #define USE_OSD 1897 #define USE_OSD
1893 #define USE_SUB 1898 #define USE_SUB
1899
1900 $_debugdef
1894 1901
1895 /* Common data directory (for fonts, etc) */ 1902 /* Common data directory (for fonts, etc) */
1896 #define DATADIR "$_datadir" 1903 #define DATADIR "$_datadir"
1897 1904
1898 /* Define for using new DivX4Linux library, instead of open-source OpenDivX */ 1905 /* Define for using new DivX4Linux library, instead of open-source OpenDivX */