From ef2cd3a663c3d7204b09dfc4bdb088d5776fa4c2 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 4 Oct 2021 06:09:04 +0200 Subject: wscript: bump libplacebo minimum version Switching to v3 allows us to drop the use of deprecated/removed members. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 506a3a42d0..289cd9771b 100644 --- a/wscript +++ b/wscript @@ -734,7 +734,7 @@ video_output_features = [ }, { 'name': '--libplacebo', 'desc': 'libplacebo support', - 'func': check_pkg_config('libplacebo >= 2.72.0'), + 'func': check_pkg_config('libplacebo >= 3.104.0'), }, { 'name': '--vulkan', 'desc': 'Vulkan context support', -- cgit v1.2.3