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. --- TOOLS/old-configure | 6 ------ 1 file changed, 6 deletions(-) (limited to 'TOOLS/old-configure') diff --git a/TOOLS/old-configure b/TOOLS/old-configure index 9d8bd2f8f9..4ae6c72f26 100755 --- a/TOOLS/old-configure +++ b/TOOLS/old-configure @@ -618,12 +618,6 @@ _vaapi_wayland=auto fi check_pkg_config "VAAPI Wayland" $_vaapi_wayland VAAPI_WAYLAND 'libva-wayland >= 0.34.0' -if test "$_vaapi" = yes ; then - check_pkg_config "VAAPI VPP" auto VAAPI_VPP 'libva >= 0.34.0' -else - check_yes_no no VAAPI_VPP -fi - check_pkg_config "Xinerama" $_xinerama XINERAMA 'xinerama' check_pkg_config "Xrandr" $_xrandr XRANDR 'xrandr >= 1.2.0' -- cgit v1.2.3