mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
build: enable libarchive by default
Or libcve, as the vlc developers call it.
This commit is contained in:
1
wscript
1
wscript
@@ -421,7 +421,6 @@ 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.0.0'),
|
'func': check_pkg_config('libarchive >= 3.0.0'),
|
||||||
'default': 'disable',
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user