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.)
This commit is contained in:
wm4
2015-12-10 19:44:47 +01:00
parent 3da91a673a
commit 475fe453cc
8 changed files with 0 additions and 1694 deletions

View File

@@ -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

View File

File diff suppressed because it is too large Load Diff