From ff0864d5f07d31c808014dbf1791ed3ec14644a8 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 7 Nov 2021 11:00:48 +0100 Subject: vo_gpu_next: fix resource exhaustion on minimized windows This required an upstream API change to implement in a way that doesn't unnecessarily re-push or upload frames that won't be used. I consider this a big enough bug to justify bumping the minimum version for it. Closes #9401 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 89b8603170..dec82d3465 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.157+, needed for vo_gpu_next', + 'desc': 'libplacebo v4.170+, needed for vo_gpu_next', 'deps': 'libplacebo', - 'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 157', + 'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 170', use='libplacebo'), }, { 'name': '--vulkan', -- cgit v1.2.3