From bb18bd50883408b8c80858655b0ca473eb7c7b38 Mon Sep 17 00:00:00 2001 From: iive Date: Sat, 13 Oct 2007 19:57:51 +0000 Subject: 10l fix compilation with v4l2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24775 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/tv.c') 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 -- cgit v1.2.3