From d27d91715f4f5b032d7ba551af7c346fb756a0db Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 17 Oct 2015 14:25:09 +0200 Subject: 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. --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') 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"), -- cgit v1.2.3