From 10136e77a31e6bf98cf0a4a356c199d907628a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Mon, 27 Mar 2023 19:23:31 +0200 Subject: build: add an option to control gpu-next Also simplify meson logic --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 99f900f236..e55c60d5a5 100644 --- a/wscript +++ b/wscript @@ -779,7 +779,7 @@ video_output_features = [ 'desc': 'libplacebo support', 'func': check_pkg_config('libplacebo >= 4.157.0'), }, { - 'name': 'libplacebo-next', + 'name': '--libplacebo-next', 'desc': 'libplacebo v5.264.0+, needed for vo_gpu_next', 'deps': 'libplacebo', 'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 264', -- cgit v1.2.3