summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream/tv.c b/stream/tv.c
index a9bc535cee..6921fd0f6b 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -57,16 +57,12 @@ char *tv_channel_last_real;
/* enumerating drivers (like in stream.c) */
extern const tvi_info_t tvi_info_dummy;
extern const tvi_info_t tvi_info_v4l2;
-extern const tvi_info_t tvi_info_bsdbt848;
/** List of drivers in autodetection order */
static const tvi_info_t* tvi_driver_list[]={
#ifdef CONFIG_TV_V4L2
&tvi_info_v4l2,
#endif
-#ifdef CONFIG_TV_BSDBT848
- &tvi_info_bsdbt848,
-#endif
&tvi_info_dummy,
NULL
};