summaryrefslogtreecommitdiffstats
path: root/TOOLS
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 /TOOLS
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 'TOOLS')
-rwxr-xr-xTOOLS/old-configure6
-rw-r--r--TOOLS/old-makefile2
2 files changed, 1 insertions, 7 deletions
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'
diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile
index 3c90a4060d..7961464dd3 100644
--- a/TOOLS/old-makefile
+++ b/TOOLS/old-makefile
@@ -88,8 +88,8 @@ SOURCES-$(VDPAU) += video/vdpau.c video/vdpau_mixer.c \
SOURCES-$(VDPAU_GL_X11) += video/out/opengl/hwdec_vdpau.c
SOURCES-$(VAAPI) += video/out/vo_vaapi.c \
video/decode/vaapi.c \
+ video/filter/vf_vavpp.c \
video/vaapi.c
-SOURCES-$(VAAPI_VPP) += video/filter/vf_vavpp.c
SOURCES-$(VAAPI_GLX) += video/out/opengl/hwdec_vaglx.c
SOURCES-$(VAAPI_X_EGL) += video/out/opengl/hwdec_vaegl.c