From db2268d5b11bfd290251b4aac7045535803f4d96 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 8 Jul 2015 14:13:27 +0200 Subject: vaapi: drop compatibility crap and vo_vaapi deinterlacer Drop libva versions below 0.34.0. These are ancient, so I don't care. Drop the vo_vaapi deinterlacer as well. With 0.34.0, VPP is always available, and deinterlacing is done with vf_vavpp. The vaCreateSurfaces() function changes its signature - actually it did in 0.34.0 or so, and the defined a macro to make it use the old signature. --- video/filter/vf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/filter') diff --git a/video/filter/vf.c b/video/filter/vf.c index 4f9f43f2e0..6b963e3117 100644 --- a/video/filter/vf.c +++ b/video/filter/vf.c @@ -101,7 +101,7 @@ static const vf_info_t *const filter_list[] = { #if HAVE_VAPOURSYNTH_CORE && HAVE_VAPOURSYNTH_LAZY &vf_info_vapoursynth_lazy, #endif -#if HAVE_VAAPI_VPP +#if HAVE_VAAPI &vf_info_vaapi, #endif #if HAVE_VDPAU -- cgit v1.2.3