1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +00:00

build: fix minimum libarchive version

Seems like 3.3.3 was not correct and too early.

Fixes: #7334
This commit is contained in:
wm4 2020-01-07 22:31:35 +01:00
parent bcc921bd2f
commit 5b56be0e91

View File

@ -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',