summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-01-11 13:28:40 +0100
committerNiklas Haas <github-daiK1o@haasn.dev>2022-02-03 18:22:14 +0100
commite8e89fae3819c84068562201fe18cbe7ec180fd7 (patch)
tree73d2e85f6c3446d24cb0dbe8467e46d78c1e9858 /meson.build
parent9d1f48bda28d2a611713e382e818450f4e3c92e5 (diff)
downloadmpv-e8e89fae3819c84068562201fe18cbe7ec180fd7.tar.bz2
mpv-e8e89fae3819c84068562201fe18cbe7ec180fd7.tar.xz
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)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2312fb00f4..358ac9a372 100644
--- a/meson.build
+++ b/meson.build
@@ -970,7 +970,7 @@ if jpeg.found()
endif
libplacebo_next = false
-libplacebo = dependency('libplacebo', version: '>=3.104.0', required: get_option('libplacebo'))
+libplacebo = dependency('libplacebo', version: '>=4.157.0', required: get_option('libplacebo'))
if libplacebo.found()
dependencies += libplacebo
features += 'libplacebo'