[MPlayer-cvslog] CVS: main configure,1.1081,1.1082
    Richard Felker CVS 
    syncmail at mplayerhq.hu
       
    Mon Oct 17 06:51:37 CEST 2005
    
    
  
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv11705
Modified Files:
	configure 
Log Message:
remove nonsense break statements that do nothing..
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1081
retrieving revision 1.1082
diff -u -r1.1081 -r1.1082
--- configure	16 Oct 2005 17:44:58 -0000	1.1081
+++ configure	17 Oct 2005 04:51:34 -0000	1.1082
@@ -6282,7 +6282,6 @@
 int main(void) { return 0; }
 EOF
   cc_check && _tv_v4l=yes
-  break
  fi
 fi
 if test "$_tv_v4l" = yes ; then
@@ -6306,7 +6305,6 @@
 int main(void) { return 0; }
 EOF
   cc_check && _tv_v4l2=yes
-  break
  fi
 fi
 if test "$_tv_v4l2" = yes ; then
    
    
More information about the MPlayer-cvslog
mailing list