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

Arpi arpi at thot.banki.hu
Tue Jul 9 20:22:24 CEST 2002


Hi,

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

hmmm, yes. but this is NOT the right fix:

> --- 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>


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu




More information about the MPlayer-dev-eng mailing list