# HG changeset patch # User diego # Date 1147422810 0 # Node ID ec506ccd190fbe044e17b6a24feaee8e68285977 # Parent a848017affa848f62d8f75a50ff183a2c765663d Disable mediaLib by default due to brokenness. patch by Derek E. Lewis dlewis%%@%%solnetworks%%.%%net diff -r a848017affa8 -r ec506ccd190f ChangeLog --- 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 diff -r a848017affa8 -r ec506ccd190f configure --- 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"