summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-12 08:33:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-12 08:33:30 +0000
commit7032d74b141da5d54a9343145792af6348dafed8 (patch)
tree3c7db6fc1583255680d1d0502f17e5040e3bc0ce /configure
parenta9d660409276cb29cddd031dad4f7372befab1cc (diff)
downloadmpv-7032d74b141da5d54a9343145792af6348dafed8.tar.bz2
mpv-7032d74b141da5d54a9343145792af6348dafed8.tar.xz
Disable mediaLib by default due to brokenness.
patch by Derek E. Lewis dlewis%%@%%solnetworks%%.%%net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18453 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 208783a3a1..e6dbbd9849 100755
--- a/configure
+++ b/configure
@@ -1596,7 +1596,7 @@ _mga=auto
_xmga=auto
_vm=auto
_xf86keysym=auto
-_mlib=auto
+_mlib=no #broken, thus disabled
_sgiaudio=auto
_sunaudio=auto
_alsa=auto
@@ -4987,6 +4987,7 @@ fi
echores "$_sunaudio"
+if sunos; then
echocheck "Sun mediaLib"
if test "$_mlib" = auto ; then
_mlib=no
@@ -5005,6 +5006,7 @@ else
_def_mlib='#undef HAVE_MLIB'
fi
echores "$_mlib"
+fi
echocheck "SGI audio"