summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xconfigure4
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b9bb52b8ce..4f454632a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -214,6 +214,7 @@ MPlayer (1.0)
* Darwin portability fixes
* improved Debian packaging
* improved Win32 multi-monitor support
+ * Sun's mediaLib disabled by default on Solaris (broken and non-optimal)
Others:
* Audio/Video synchronisation fixes
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"