[MPlayer-cvslog] CVS: main ChangeLog, 1.308, 1.309 configure, 1.1193, 1.1194

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri May 12 10:33:34 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv17276

Modified Files:
	ChangeLog configure 
Log Message:
Disable mediaLib by default due to brokenness.
patch by Derek E. Lewis dlewis%%@%%solnetworks%%.%%net


Index: ChangeLog
===================================================================
RCS file: /cvsroot/mplayer/main/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog	10 May 2006 22:56:01 -0000	1.308
+++ ChangeLog	12 May 2006 08:33:30 -0000	1.309
@@ -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

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1193
retrieving revision 1.1194
diff -u -r1.1193 -r1.1194
--- configure	11 May 2006 22:34:38 -0000	1.1193
+++ configure	12 May 2006 08:33:30 -0000	1.1194
@@ -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"




More information about the MPlayer-cvslog mailing list