summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-02-03 16:14:27 +0100
committerNiklas Haas <github-daiK1o@haasn.dev>2022-02-03 18:22:14 +0100
commita2b147abc6e8dbf70f6823158e61db6ac4c511e5 (patch)
treea0e4b59014c4db828d69a17c474b59262d8d6371 /wscript
parentc25129339dc0ff57a21140b29357bdf181882fee (diff)
downloadmpv-a2b147abc6e8dbf70f6823158e61db6ac4c511e5.tar.bz2
mpv-a2b147abc6e8dbf70f6823158e61db6ac4c511e5.tar.xz
build: rename libplacebo version check
Rename from "libplacebo-v4" to "libplacebo-next" to more closely capture the intent, since this will become libplacebo v5 eventually (tm).
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index dc3cde329c..dc00e58190 100644
--- a/wscript
+++ b/wscript
@@ -740,7 +740,7 @@ video_output_features = [
'desc': 'libplacebo support',
'func': check_pkg_config('libplacebo >= 3.104.0'),
}, {
- 'name': 'libplacebo-v4',
+ 'name': 'libplacebo-next',
'desc': 'libplacebo v4.190+, needed for vo_gpu_next',
'deps': 'libplacebo',
'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 190',