[Mplayer-cvslog] CVS: main configure,1.515,1.516

Arpi of Ize arpi at mplayerhq.hu
Fri Jun 28 21:30:13 CEST 2002


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

Modified Files:
	configure 
Log Message:
trivial but nice fix for /dev/video? detection by  "Julian J.M."
<bandit at telecable.es>


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -r1.515 -r1.516
--- configure	24 Jun 2002 08:23:47 -0000	1.515
+++ configure	28 Jun 2002 19:30:10 -0000	1.516
@@ -3710,7 +3710,7 @@
 if test "$_tv_v4l" = auto ; then
  _tv_v4l=no
  if test "$_tv" = yes && linux ; then
-  if test -c /dev/video0 || test -c /dev/video ; then
+  if test -c /dev/video? || test -c /dev/video ; then
     cat > $TMPC <<EOF
 #include <stdlib.h>
 #include <linux/videodev.h>




More information about the MPlayer-cvslog mailing list