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.) --- wscript | 5 ----- 1 file changed, 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 3a18c0812a..afc0540fee 100644 --- a/wscript +++ b/wscript @@ -822,11 +822,6 @@ radio_and_tv_features = [ 'desc': 'libv4l2 support', 'func': check_pkg_config('libv4l2'), 'deps': [ 'tv-v4l2' ], - }, { - 'name': '--pvr', - 'desc': 'Video4Linux2 MPEG PVR interface', - 'deps': [ 'tv' ], - 'func': check_cc(fragment=load_fragment('pvr.c')), }, { 'name': '--audio-input', 'desc': 'audio input support', -- cgit v1.2.3