[MPlayer-cvslog] r25715 - trunk/stream/tv.c
reimar
subversion at mplayerhq.hu
Sun Jan 13 12:54:13 CET 2008
Author: reimar
Date: Sun Jan 13 12:54:13 2008
New Revision: 25715
Log:
Remove useless ifdefs
Modified:
trunk/stream/tv.c
Modified: trunk/stream/tv.c
==============================================================================
--- trunk/stream/tv.c (original)
+++ trunk/stream/tv.c Sun Jan 13 12:54:13 2008
@@ -42,18 +42,10 @@ char *tv_channel_last_real;
/* enumerating drivers (like in stream.c) */
extern tvi_info_t tvi_info_dummy;
-#ifdef HAVE_TV_DSHOW
extern tvi_info_t tvi_info_dshow;
-#endif
-#ifdef HAVE_TV_V4L1
extern tvi_info_t tvi_info_v4l;
-#endif
-#ifdef HAVE_TV_V4L2
extern tvi_info_t tvi_info_v4l2;
-#endif
-#ifdef HAVE_TV_BSDBT848
extern tvi_info_t tvi_info_bsdbt848;
-#endif
/** List of drivers in autodetection order */
static const tvi_info_t* tvi_driver_list[]={
More information about the MPlayer-cvslog
mailing list