summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-10 19:44:47 +0100
committerwm4 <wm4@nowhere>2015-12-10 22:53:02 +0100
commit475fe453cc8fa828e395da100cf2c07e1e6542ea (patch)
tree6637ba18f38ce2829b7f8af716973f8e84607f4e /wscript
parent3da91a673afb40d304bc57b5e17cee67a671f315 (diff)
downloadmpv-475fe453cc8fa828e395da100cf2c07e1e6542ea.tar.bz2
mpv-475fe453cc8fa828e395da100cf2c07e1e6542ea.tar.xz
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 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index 3a18c0812a..afc0540fee 100644
--- a/wscript
+++ b/wscript
@@ -823,11 +823,6 @@ radio_and_tv_features = [
'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',
'deps_any': [ 'tv-v4l2' ],