[MPlayer-cvslog] CVS: main configure,1.1196,1.1197

Ivan Kalvachev CVS syncmail at mplayerhq.hu
Fri May 12 11:50:17 CEST 2006


CVS change done by Ivan Kalvachev CVS

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

Modified Files:
	configure 
Log Message:
enable mediaLib check execution and honnor user choise to enable mediaLib even on non-sunos system

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1196
retrieving revision 1.1197
diff -u -r1.1196 -r1.1197
--- configure	12 May 2006 09:20:51 -0000	1.1196
+++ configure	12 May 2006 09:50:14 -0000	1.1197
@@ -1826,7 +1826,7 @@
   --disable-vm)		_vm=no		;;
   --enable-xf86keysym)	_xf86keysym=yes	;;
   --disable-xf86keysym)	_xf86keysym=no	;;
-  --enable-mlib)	_mlib=yes	;;
+  --enable-mlib)	_mlib=auto	;;
   --disable-mlib)	_mlib=no	;;
   --enable-sunaudio)	_sunaudio=yes	;;
   --disable-sunaudio)	_sunaudio=no	;;
@@ -4989,7 +4989,6 @@
 echores "$_sunaudio"
 
 
-if sunos; then
 echocheck "Sun mediaLib"
 if test "$_mlib" = auto ; then
   _mlib=no
@@ -5008,7 +5007,6 @@
   _def_mlib='#undef HAVE_MLIB'
 fi
 echores "$_mlib"
-fi
 
 
 echocheck "SGI audio"




More information about the MPlayer-cvslog mailing list