summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
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_build.py
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_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 5fd64dc4bf..ea52bfbd44 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -243,7 +243,6 @@ def build(ctx):
( "stream/stream_memory.c" ),
( "stream/stream_mf.c" ),
( "stream/stream_null.c" ),
- ( "stream/stream_pvr.c", "pvr" ),
( "stream/stream_rar.c" ),
( "stream/stream_smb.c", "libsmbclient" ),
( "stream/stream_tv.c", "tv" ),