aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.c
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2015-12-10 19:44:47 +0100
committerGravatar wm4 <wm4@nowhere>2015-12-10 22:53:02 +0100
commit475fe453cc8fa828e395da100cf2c07e1e6542ea (patch)
tree6637ba18f38ce2829b7f8af716973f8e84607f4e /stream/stream.c
parent3da91a673afb40d304bc57b5e17cee67a671f315 (diff)
stream: drop PVR support
This is only for specific Hauppage cards. According to the comments in who is actively using this feature. Get it out of the way. Anyone who still wants to use this should complain. Keeping this code would not cause terribly much additional work, and it could be restored again. (But not if the request comes months later.)
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream/stream.c b/stream/stream.c
index a2c0ea2a9d..1ceb184c48 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -57,7 +57,6 @@
extern const stream_info_t stream_info_cdda;
extern const stream_info_t stream_info_dvb;
extern const stream_info_t stream_info_tv;
-extern const stream_info_t stream_info_pvr;
extern const stream_info_t stream_info_smb;
extern const stream_info_t stream_info_null;
extern const stream_info_t stream_info_memory;
@@ -90,9 +89,6 @@ static const stream_info_t *const stream_list[] = {
#if HAVE_TV
&stream_info_tv,
#endif
-#if HAVE_PVR
- &stream_info_pvr,
-#endif
#if HAVE_LIBSMBCLIENT
&stream_info_smb,
#endif