Mercurial > mplayer.hg
changeset 18452:ec506ccd190f
Disable mediaLib by default due to brokenness.
patch by Derek E. Lewis dlewis%%@%%solnetworks%%.%%net
author | diego |
---|---|
date | Fri, 12 May 2006 08:33:30 +0000 |
parents | a848017affa8 |
children | 8f10ce85a8dc |
files | ChangeLog configure |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri May 12 05:50:13 2006 +0000 +++ b/ChangeLog Fri May 12 08:33:30 2006 +0000 @@ -214,6 +214,7 @@ * 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
--- a/configure Fri May 12 05:50:13 2006 +0000 +++ b/configure Fri May 12 08:33:30 2006 +0000 @@ -1596,7 +1596,7 @@ _xmga=auto _vm=auto _xf86keysym=auto -_mlib=auto +_mlib=no #broken, thus disabled _sgiaudio=auto _sunaudio=auto _alsa=auto @@ -4987,6 +4987,7 @@ echores "$_sunaudio" +if sunos; then echocheck "Sun mediaLib" if test "$_mlib" = auto ; then _mlib=no @@ -5005,6 +5006,7 @@ _def_mlib='#undef HAVE_MLIB' fi echores "$_mlib" +fi echocheck "SGI audio"