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
2007/10/14, iive <subversion@mplayerhq.hu>:
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
Thanks you for fixing this. I'm third time thinking about rewriting this part of code to avoid a lot of #ifdef. -- Regards, Vladimir Voroshilov mailto:voroshil@gmail.com JID: voroshil@gmail.com, voroshil@jabber.ru ICQ: 95587719
participants (2)
-
iive -
Vladimir Voroshilov