summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-11-22 14:57:34 +0100
committerwm4 <wm4@nowhere>2016-11-22 15:54:44 +0100
commit07b6969ba428078dbd22581bad495d7b64b758e8 (patch)
treece9c4d305dfcbf553649d77d10cb88cf62b5c869 /wscript_build.py
parentf30c5d09f4478ca40ceabc90d57fea68965778df (diff)
downloadmpv-07b6969ba428078dbd22581bad495d7b64b758e8.tar.bz2
mpv-07b6969ba428078dbd22581bad495d7b64b758e8.tar.xz
vf_vdpaurb: remove this filter
Was deprecated, superseded by --hwdec=vdpau-copy.
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 ac7e0b12db..924b45ecad 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -324,7 +324,6 @@ def build(ctx):
( "video/filter/vf_vapoursynth.c", "vapoursynth-core" ),
( "video/filter/vf_vavpp.c", "vaapi"),
( "video/filter/vf_vdpaupp.c", "vdpau" ),
- ( "video/filter/vf_vdpaurb.c", "vdpau" ),
( "video/filter/vf_yadif.c" ),
( "video/out/aspect.c" ),
( "video/out/bitmap_packer.c" ),