[MPlayer-cvslog] r24775 - trunk/stream/tv.c

Vladimir Voroshilov voroshil at gmail.com
Sun Oct 14 06:21:14 CEST 2007


2007/10/14, iive <subversion at mplayerhq.hu>:
> Author: iive
> Date: Sat Oct 13 21:57:51 2007
> New Revision: 24775
>
> Log:
> 10l fix compilation with v4l2
>
>
> Modified:
>    trunk/stream/tv.c
>
> Modified: trunk/stream/tv.c
> ==============================================================================
> --- trunk/stream/tv.c   (original)
> +++ trunk/stream/tv.c   Sat Oct 13 21:57:51 2007
> @@ -208,7 +208,7 @@ static int norm_from_string(tvi_handle_t
>  {
>      if (1
>  #ifdef HAVE_TV_V4L2
> -        && strcmp(tvh->tv_param->driver, "v4l2") != 0 &&
> +        && strcmp(tvh->tv_param->driver, "v4l2") != 0
>  #endif
>  #ifdef HAVE_TV_DSHOW
>          && strcmp(tvh->tv_param->driver, "dshow") != 0

Thanks you for fixing this.
I'm third time thinking about rewriting this part of code to avoid
a lot of #ifdef.

-- 
Regards,
Vladimir Voroshilov     mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719



More information about the MPlayer-cvslog mailing list