plugins: use minizip instead of libarchive

GitLab: #525
Change-Id: I7de174626bbb97c40ac58ceea9d99d9fe8b95bd9
This commit is contained in:
agsantos
2021-04-29 10:11:38 -04:00
parent 451854b207
commit 7dd8826ce9
11 changed files with 167 additions and 45 deletions

View File

@ -465,7 +465,11 @@ AS_IF([test "x$enable_plugin" != "xno"],
AS_IF([test "$SYS" = linux],
[PKG_CHECK_MODULES([ARCHIVE], [libarchive >= 3.0],,
AC_MSG_ERROR([libarchive not found]))],
[])],
[AS_IF([test "$SYS" = darwin],
[PKG_CHECK_MODULES([MINIZIP], [minizip >= 3.0.0],,
AC_MSG_ERROR([libminizip not found]))],
[])]
)],
[AM_CONDITIONAL(ENABLE_PLUGIN, false)]);
dnl Video is default-enabled