summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-01-07 22:31:35 +0100
committerwm4 <wm4@nowhere>2020-01-07 22:31:35 +0100
commit5b56be0e91a78565d51e69ef0df625f52c140820 (patch)
tree40494417e3515c51f1e5b37b5dca35d18f9e754e
parentbcc921bd2fc6bcd1cf45279a8497b230f8ebc700 (diff)
downloadmpv-5b56be0e91a78565d51e69ef0df625f52c140820.tar.bz2
mpv-5b56be0e91a78565d51e69ef0df625f52c140820.tar.xz
build: fix minimum libarchive version
Seems like 3.3.3 was not correct and too early. Fixes: #7334
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index b1a1ed9a8f..c9724e8d02 100644
--- a/wscript
+++ b/wscript
@@ -414,7 +414,7 @@ iconv support use --disable-iconv.",
}, {
'name': '--libarchive',
'desc': 'libarchive wrapper for reading zip files and more',
- 'func': check_pkg_config('libarchive >= 3.3.3'),
+ 'func': check_pkg_config('libarchive >= 3.4.0'),
}, {
'name': '--dvbin',
'desc': 'DVB input module',