From 899850bedc95751f224da36e7d02bb8fab33909a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Wed, 2 Feb 2022 22:23:39 +0200 Subject: wscript: bump libplacebo version requirement to 4.190 Was done in meson.build as part of a9cb2e2821adb40e7548e8233390e79706104041 , but the waf wscript was missed. This brings the two files in sync again. --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 87a3bd6f65..dc3cde329c 100644 --- a/wscript +++ b/wscript @@ -741,9 +741,9 @@ video_output_features = [ 'func': check_pkg_config('libplacebo >= 3.104.0'), }, { 'name': 'libplacebo-v4', - 'desc': 'libplacebo v4.170+, needed for vo_gpu_next', + 'desc': 'libplacebo v4.190+, needed for vo_gpu_next', 'deps': 'libplacebo', - 'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 170', + 'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 190', use='libplacebo'), }, { 'name': '--vulkan', -- cgit v1.2.3