[Mplayer-cvslog] CVS: main configure,1.839,1.840

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Mar 27 21:20:00 CET 2004


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
Missing echores "no" added, duplicate variable setting removed.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.839
retrieving revision 1.840
diff -u -r1.839 -r1.840
--- configure	26 Mar 2004 15:21:44 -0000	1.839
+++ configure	27 Mar 2004 20:19:57 -0000	1.840
@@ -2341,17 +2341,20 @@
      _ld_pthread='-pthread'
     else
       echores "no static pthread found (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, Win32 loader disabled)"
-      _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _tv_v4l=no ; _macosx=no ; _win32=no
+      _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _macosx=no ; _win32=no
     fi
   else
     echores "no (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled)"
-    _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _tv_v4l=no ; _macosx=no ; _win32=no
+    _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _macosx=no ; _win32=no
   fi
 fi
 if test "$_ld_pthread" != '' ; then
   echores "yes (using $_ld_pthread)"
+else
+  echores "no"
 fi
 
+
 echocheck "sys/soundcard.h"
 cat > $TMPC << EOF
 #include <sys/soundcard.h>




More information about the MPlayer-cvslog mailing list