summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-16 10:47:32 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-16 10:47:32 +0000
commitea24950d94cbe093dfb3cc7fa210bbee6c2c8829 (patch)
tree657d2a682f273bfaf07fc004d636b46665fe5f2f /configure
parentb257fba36f5f7cb63fa725891c0f1a3ef4bbd1aa (diff)
downloadmpv-ea24950d94cbe093dfb3cc7fa210bbee6c2c8829.tar.bz2
mpv-ea24950d94cbe093dfb3cc7fa210bbee6c2c8829.tar.xz
removed unused DEFAULT_MPG123 stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1326 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure b/configure
index 4cee994859..6635eb6ad5 100755
--- a/configure
+++ b/configure
@@ -395,7 +395,6 @@ _xdpms=no
_3dfx=no
_syncfb=no
_mlib=no
-_mpg123=no
_xmga=autodetect
_dga=no
_dga2=no
@@ -432,12 +431,10 @@ for i in $pparam; do
case "$i" in
3dnow)
_3dnow=yes
- _mpg123=yes
;;
3dnowext)
_3dnow=yes
_3dnowex=yes
- _mpg123=yes
;;
mmx)
_mmx=yes
@@ -1649,12 +1646,6 @@ else
_fbdev='#undef HAVE_FBDEV'
fi
-if [ $_mpg123 = yes ]; then
- _mpg123='#define DEFAULT_MPG123'
-else
- _mpg123='#undef DEFAULT_MPG123'
-fi
-
if [ $_gui = yes ]; then
_gui='#define HAVE_GUI'
else
@@ -1733,13 +1724,6 @@ cat > $CCONF << EOF
try to recompile MPlayer with this option disabled! */
$_select
-/* You have a choice for MP3 decoding: mp3lib(mpg123) or Win32(l3codeca.acm)
- #define this if you prefer mpg123 (with 3Dnow! support) than l3codeca.acm
- (with mmx/sse optimizations)
- You can still change it runtime using -afm 1 (mpg123) or -afm 4 (l3codeca)*/
-$_mpg123
-
-
/* XMMP support: (test code) */
$_xmmpaudio
#define LIBDIR "/usr/local/lib"