mirror of https://github.com/mpv-player/mpv
build: fix minimum libarchive version
Seems like 3.3.3 was not correct and too early. Fixes: #7334
This commit is contained in:
parent
bcc921bd2f
commit
5b56be0e91
2
wscript
2
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',
|
||||
|
|
Loading…
Reference in New Issue