comparison configure @ 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 9df67606ef53
children d2c224cf5468
comparison
equal deleted inserted replaced
6590:bfc209bb3f48 6591:b408ba1e7402
3708 3708
3709 echocheck "Video 4 Linux TV interface" 3709 echocheck "Video 4 Linux TV interface"
3710 if test "$_tv_v4l" = auto ; then 3710 if test "$_tv_v4l" = auto ; then
3711 _tv_v4l=no 3711 _tv_v4l=no
3712 if test "$_tv" = yes && linux ; then 3712 if test "$_tv" = yes && linux ; then
3713 if test -c /dev/video0 || test -c /dev/video ; then 3713 if test -c /dev/video? || test -c /dev/video ; then
3714 cat > $TMPC <<EOF 3714 cat > $TMPC <<EOF
3715 #include <stdlib.h> 3715 #include <stdlib.h>
3716 #include <linux/videodev.h> 3716 #include <linux/videodev.h>
3717 int main(void) { return 0; } 3717 int main(void) { return 0; }
3718 EOF 3718 EOF