From 37c5c114af8b4747dfa0664bf967958baa9a1c91 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Feb 2013 21:55:35 +0100 Subject: Remove BSD legacy TV/radio support (BT848 stuff) FreeBSD actually supports V4L2, and V4L2 supports this chip. Also, this chip is from 1997. Farewell. --- stream/tv.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stream/tv.c') diff --git a/stream/tv.c b/stream/tv.c index a9bc535cee..6921fd0f6b 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -57,15 +57,11 @@ 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 -- cgit v1.2.3