summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-17 14:25:09 +0200
committerwm4 <wm4@nowhere>2015-10-17 14:25:09 +0200
commitd27d91715f4f5b032d7ba551af7c346fb756a0db (patch)
tree1fa4148641ac1fcdca642db0182fef6846431ad7 /wscript_build.py
parent0eb45343ca004aeb5e79f174f1d4df49f7725570 (diff)
downloadmpv-d27d91715f4f5b032d7ba551af7c346fb756a0db.tar.bz2
mpv-d27d91715f4f5b032d7ba551af7c346fb756a0db.tar.xz
build: remove explicit checks for VPP
This was once done when old versions of libva without VPP had to be supported. Some parts of it were removed earlier already.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index a9f9714c75..c410c3724d 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -302,7 +302,7 @@ def build(ctx):
( "video/filter/vf_stereo3d.c", "libavfilter"),
( "video/filter/vf_sub.c" ),
( "video/filter/vf_vapoursynth.c", "vapoursynth-core" ),
- ( "video/filter/vf_vavpp.c", "vaapi-vpp"),
+ ( "video/filter/vf_vavpp.c", "vaapi"),
( "video/filter/vf_vdpaupp.c", "vdpau" ),
( "video/filter/vf_vdpaurb.c", "vdpau" ),
( "video/filter/vf_yadif.c", "libavfilter"),