summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-13 19:57:51 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-13 19:57:51 +0000
commitbb18bd50883408b8c80858655b0ca473eb7c7b38 (patch)
treea8017d160ff4e0a96abc5aa18110af52904ae681 /stream/tv.c
parentff0d591be333eb5b3f8249e6d2ceef5f735ca216 (diff)
downloadmpv-bb18bd50883408b8c80858655b0ca473eb7c7b38.tar.bz2
mpv-bb18bd50883408b8c80858655b0ca473eb7c7b38.tar.xz
10l fix compilation with v4l2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24775 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 7443445e28..c6a59add1a 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -208,7 +208,7 @@ static int norm_from_string(tvi_handle_t *tvh, char* norm)
{
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