Mercurial > mplayer.hg
diff 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 |
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>