summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 68f18354ca..93feddace1 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -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[]={