[MPlayer-dev-eng] [PATCH] fix configure v4l

Julian J.M. bandit at telecable.es
Tue Jul 9 18:33:36 CEST 2002


Hi, this is a roll-back from a patch that was recently commited. It
fails when there are more than 1 video device. Sorry :)

--- configure	8 Jul 2002 23:29:02 -0000	1.519
+++ configure	9 Jul 2002 16:41:11 -0000
@@ -3734,7 +3734,7 @@
 if test "$_tv_v4l" = auto ; then
  _tv_v4l=no
  if test "$_tv" = yes && linux ; then
-  if test -c /dev/video? || test -c /dev/video ; then
+  if test -c /dev/video0 || test -c /dev/video ; then
     cat > $TMPC <<EOF
 #include <stdlib.h>
 #include <linux/videodev.h>







More information about the MPlayer-dev-eng mailing list