From 475fe453cc8fa828e395da100cf2c07e1e6542ea Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 10 Dec 2015 19:44:47 +0100 Subject: 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.) --- options/options.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index f65e63566d..058265ae69 100644 --- a/options/options.c +++ b/options/options.c @@ -60,7 +60,6 @@ static void print_help(struct mp_log *log) } extern const struct m_sub_options tv_params_conf; -extern const struct m_sub_options stream_pvr_conf; extern const struct m_sub_options stream_cdda_conf; extern const struct m_sub_options stream_dvb_conf; extern const struct m_sub_options stream_lavf_conf; @@ -260,9 +259,6 @@ const m_option_t mp_opts[] = { #if HAVE_TV OPT_SUBSTRUCT("tv", tv_params, tv_params_conf, 0), #endif /* HAVE_TV */ -#if HAVE_PVR - OPT_SUBSTRUCT("pvr", stream_pvr_opts, stream_pvr_conf, 0), -#endif /* HAVE_PVR */ #if HAVE_DVBIN OPT_SUBSTRUCT("dvbin", stream_dvb_opts, stream_dvb_conf, 0), #endif -- cgit v1.2.3