changeset 24747:4147969ee500

10l fix compilation with v4l2
author iive
date Sat, 13 Oct 2007 19:57:51 +0000
parents a7abaa665baa
children c9b8748fcae0
files stream/tv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/tv.c	Sat Oct 13 19:12:22 2007 +0000
+++ b/stream/tv.c	Sat Oct 13 19:57:51 2007 +0000
@@ -208,7 +208,7 @@
 {
     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