changeset 6591:b408ba1e7402

trivial but nice fix for /dev/video? detection by "Julian J.M." <bandit@telecable.es>
author arpi
date Fri, 28 Jun 2002 19:30:10 +0000
parents bfc209bb3f48
children 043d3cae473a
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Jun 28 17:13:18 2002 +0000
+++ b/configure	Fri Jun 28 19:30:10 2002 +0000
@@ -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>