[Mplayer-cvslog] CVS: main configure,1.700,1.701

Moritz Bunkus CVS mosu at mplayerhq.hu
Sat May 3 16:54:52 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv26439

Modified Files:
	configure 
Log Message:
Try to detect Matroska paths if autodetection is wanted AND if it is forced to "yes".

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.700
retrieving revision 1.701
diff -u -r1.700 -r1.701
--- configure	1 May 2003 20:35:27 -0000	1.700
+++ configure	3 May 2003 14:54:08 -0000	1.701
@@ -4030,7 +4030,7 @@
 
 
 echocheck "Matroska support"
-if test "$_matroska" = auto ; then
+if test "$_matroska" != no ; then
   _matroska=no
   cat > $TMPC << EOF
 #include <EbmlConfig.h>



More information about the MPlayer-cvslog mailing list