summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2021-02-16 14:36:39 +0100
committerJan Ekström <jeebjp@gmail.com>2021-02-23 12:44:04 +0200
commit09d7c75bfe9f6323260a19912e3f3ee7ed737455 (patch)
treedec1b4ed51365ff0a46b376f8230c4f048f7d100 /wscript
parentb95c7dd6cc7fd2edef523c41a7ea2293f4272e35 (diff)
downloadmpv-09d7c75bfe9f6323260a19912e3f3ee7ed737455.tar.bz2
mpv-09d7c75bfe9f6323260a19912e3f3ee7ed737455.tar.xz
vo_gpu: libplacebo: require v2.72.0
It's about a year old, and packaged pretty much everywhere that bothers to package libplacebo at all. Older versions are only a thing on LTS, which will probably also use older mpv so it works out. Starting with v2.72.0, libplacebo validates all of its parameters internally and turns them into function failures. Doing it twice is awfully redundant, so we can drop the parameter validation. Also allows us to drop some preprocessor macros.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 86231b79b1..0ced76244a 100644
--- a/wscript
+++ b/wscript
@@ -725,7 +725,7 @@ video_output_features = [
}, {
'name': '--libplacebo',
'desc': 'libplacebo support',
- 'func': check_pkg_config('libplacebo >= 1.18.0'),
+ 'func': check_pkg_config('libplacebo >= 2.72.0'),
}, {
'name': '--vulkan',
'desc': 'Vulkan context support',