[Mplayer-cvslog] CVS: main/libmpdemux tv.c,1.14,1.15
Alex Beregszaszi
alex at mplayer.dev.hu
Sat Dec 1 18:42:02 CET 2001
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv26574
Modified Files:
tv.c
Log Message:
init_v4l only present if HAVE_TV_V4L
Index: tv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tv.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tv.c 17 Nov 2001 00:23:03 -0000 1.14
+++ tv.c 1 Dec 2001 17:41:59 -0000 1.15
@@ -307,8 +307,10 @@
{
if (!strcmp(tv_param_driver, "dummy"))
return (tvi_handle_t *)tvi_init_dummy(tv_param_device);
+#ifdef HAVE_TV_V4L
if (!strcmp(tv_param_driver, "v4l"))
return (tvi_handle_t *)tvi_init_v4l(tv_param_device);
+#endif
mp_msg(MSGT_TV, MSGL_ERR, "No such driver: %s\n", tv_param_driver);
return(NULL);
More information about the MPlayer-cvslog
mailing list