From e2c02a4ce3af792251839307c42c85aa34bdd125 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 26 Feb 2022 15:13:10 +0100 Subject: hwdec_vaapi_vk: rename to vaapi_pl There's really nothing vulkan-specific about this hwdec wrapper, and it actually works perfectly fine with an OpenGL-based ra_pl. This is not hugely important at the time, but I still think it makes sense in case we ever decide to make vo_gpu_next wrap OpenGL contexts to ra_pl instead of exposing the underlying ra_gl. --- wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 3b8653097e..2331624ff3 100644 --- a/wscript +++ b/wscript @@ -751,9 +751,9 @@ video_output_features = [ 'deps': 'libplacebo', 'func': check_pkg_config('vulkan'), }, { - 'name': 'vaapi-vulkan', - 'desc': 'VAAPI Vulkan', - 'deps': 'vaapi && vulkan', + 'name': 'vaapi-libplacebo', + 'desc': 'VAAPI libplacebo', + 'deps': 'vaapi && libplacebo', 'func': check_true, }, { 'name': 'egl-helpers', -- cgit v1.2.3