summaryrefslogtreecommitdiffstats
path: root/wscript
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
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')
-rw-r--r--wscript6
1 files changed, 1 insertions, 5 deletions
diff --git a/wscript b/wscript
index d9dd156968..2aac0f552d 100644
--- a/wscript
+++ b/wscript
@@ -658,11 +658,7 @@ video_output_features = [
'desc': 'VAAPI (Wayland support)',
'deps': [ 'vaapi', 'wayland' ],
'func': check_pkg_config('libva-wayland', '>= 0.36.0'),
- }, {
- 'name': '--vaapi-vpp',
- 'desc': 'VAAPI VPP',
- 'deps': [ 'vaapi' ],
- 'func': check_pkg_config('libva', '>= 0.36.0'),
+
}, {
'name': '--vaapi-glx',
'desc': 'VAAPI GLX',