summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
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',