summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 8ee61e0d7b..1435443b71 100644
--- a/wscript
+++ b/wscript
@@ -799,9 +799,9 @@ video_output_features = [
use='libplacebo'),
}, {
'name': 'libplacebo-decode',
- 'desc': 'libplacebo v5.275.0+, needed for Vulkan video decode',
+ 'desc': 'libplacebo v6.278.0+, needed for Vulkan video decode',
'deps': 'libplacebo',
- 'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 275',
+ 'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 278',
use='libplacebo'),
}, {
'name': '--vulkan',