comparison configure @ 1325:dcc6810426e1

removed unused DEFAULT_MPG123 stuff
author arpi
date Mon, 16 Jul 2001 10:47:32 +0000
parents 84df2a0ce2db
children 267b7e92edc3
comparison
equal deleted inserted replaced
1324:84df2a0ce2db 1325:dcc6810426e1
393 _vm=no 393 _vm=no
394 _xdpms=no 394 _xdpms=no
395 _3dfx=no 395 _3dfx=no
396 _syncfb=no 396 _syncfb=no
397 _mlib=no 397 _mlib=no
398 _mpg123=no
399 _xmga=autodetect 398 _xmga=autodetect
400 _dga=no 399 _dga=no
401 _dga2=no 400 _dga2=no
402 _svga=no 401 _svga=no
403 _fbdev=no 402 _fbdev=no
430 for i in $pparam; do 429 for i in $pparam; do
431 430
432 case "$i" in 431 case "$i" in
433 3dnow) 432 3dnow)
434 _3dnow=yes 433 _3dnow=yes
435 _mpg123=yes
436 ;; 434 ;;
437 3dnowext) 435 3dnowext)
438 _3dnow=yes 436 _3dnow=yes
439 _3dnowex=yes 437 _3dnowex=yes
440 _mpg123=yes
441 ;; 438 ;;
442 mmx) 439 mmx)
443 _mmx=yes 440 _mmx=yes
444 ;; 441 ;;
445 mmxext) 442 mmxext)
1647 _vosrc=$_vosrc' vo_fbdev.c' 1644 _vosrc=$_vosrc' vo_fbdev.c'
1648 else 1645 else
1649 _fbdev='#undef HAVE_FBDEV' 1646 _fbdev='#undef HAVE_FBDEV'
1650 fi 1647 fi
1651 1648
1652 if [ $_mpg123 = yes ]; then
1653 _mpg123='#define DEFAULT_MPG123'
1654 else
1655 _mpg123='#undef DEFAULT_MPG123'
1656 fi
1657
1658 if [ $_gui = yes ]; then 1649 if [ $_gui = yes ]; then
1659 _gui='#define HAVE_GUI' 1650 _gui='#define HAVE_GUI'
1660 else 1651 else
1661 _gui='#undef HAVE_GUI' 1652 _gui='#undef HAVE_GUI'
1662 fi 1653 fi
1730 1721
1731 /* Undefine this if your soundcard driver has no working select(). 1722 /* Undefine this if your soundcard driver has no working select().
1732 If you have kernel Oops, player hangups, or just no audio, you should 1723 If you have kernel Oops, player hangups, or just no audio, you should
1733 try to recompile MPlayer with this option disabled! */ 1724 try to recompile MPlayer with this option disabled! */
1734 $_select 1725 $_select
1735
1736 /* You have a choice for MP3 decoding: mp3lib(mpg123) or Win32(l3codeca.acm)
1737 #define this if you prefer mpg123 (with 3Dnow! support) than l3codeca.acm
1738 (with mmx/sse optimizations)
1739 You can still change it runtime using -afm 1 (mpg123) or -afm 4 (l3codeca)*/
1740 $_mpg123
1741
1742 1726
1743 /* XMMP support: (test code) */ 1727 /* XMMP support: (test code) */
1744 $_xmmpaudio 1728 $_xmmpaudio
1745 #define LIBDIR "/usr/local/lib" 1729 #define LIBDIR "/usr/local/lib"
1746 #define PLUGINDIR LIBDIR "/xmmp/Plugins" 1730 #define PLUGINDIR LIBDIR "/xmmp/Plugins"