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:
parent
bcc921bd2f
commit
5b56be0e91
2
wscript
2
wscript
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user