summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-03-27 19:23:31 +0200
committerPhilip Langdale <github.philipl@overt.org>2023-03-28 09:23:38 -0700
commit10136e77a31e6bf98cf0a4a356c199d907628a6c (patch)
treea891757e4e14b60859e4999125da03b6e7865a1a /wscript
parent1ea74f10a746a3c729a59a5c467d1d394e638841 (diff)
downloadmpv-10136e77a31e6bf98cf0a4a356c199d907628a6c.tar.bz2
mpv-10136e77a31e6bf98cf0a4a356c199d907628a6c.tar.xz
build: add an option to control gpu-next
Also simplify meson logic
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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',