1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 09:32:40 +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', 'name': '--libarchive',
'desc': 'libarchive wrapper for reading zip files and more', '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', 'name': '--dvbin',
'desc': 'DVB input module', 'desc': 'DVB input module',