1
mirror of https://github.com/mpv-player/mpv synced 2024-10-14 11:54:36 +02:00

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
This commit is contained in:
diego 2006-05-12 08:33:30 +00:00
parent a9d6604092
commit 7032d74b14
2 changed files with 4 additions and 1 deletions

View File

@ -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

4
configure vendored
View File

@ -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"