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

iive subversion at mplayerhq.hu
Sat Oct 13 21:57:51 CEST 2007


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



More information about the MPlayer-cvslog mailing list