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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'wscript') 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', -- cgit v1.2.3