13 Oct
2007
13 Oct
'07
3:57 p.m.
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
6603
Age (days ago)
6604
Last active (days ago)
1 comments
2 participants
participants (2)
-
iive -
Vladimir Voroshilov