summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-02-26 15:13:10 +0100
committerNiklas Haas <github-daiK1o@haasn.dev>2022-03-03 13:06:05 +0100
commite2c02a4ce3af792251839307c42c85aa34bdd125 (patch)
tree031999115b57e51d1a4d81b27ac38c37a7c18160 /wscript
parent4387f3bcd0744a81011f65f207e76d919f0cda90 (diff)
downloadmpv-e2c02a4ce3af792251839307c42c85aa34bdd125.tar.bz2
mpv-e2c02a4ce3af792251839307c42c85aa34bdd125.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 3 insertions, 3 deletions
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',