From e8e89fae3819c84068562201fe18cbe7ec180fd7 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Tue, 11 Jan 2022 13:28:40 +0100 Subject: libplacebo: bump minimum dependency to 4.157 This has been the latest stable release for about half a year now. This version in particular lets us get rid of all the deprecation warnings in the older code. (See the following commits) --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index dc00e58190..58ed8e5f39 100644 --- a/wscript +++ b/wscript @@ -738,7 +738,7 @@ video_output_features = [ }, { 'name': '--libplacebo', 'desc': 'libplacebo support', - 'func': check_pkg_config('libplacebo >= 3.104.0'), + 'func': check_pkg_config('libplacebo >= 4.157.0'), }, { 'name': 'libplacebo-next', 'desc': 'libplacebo v4.190+, needed for vo_gpu_next', -- cgit v1.2.3