[vlc-commits] configure: require libarchive 3.1.0 for the archive plugin
Sean McGovern
git at videolan.org
Thu Jan 1 22:22:58 CET 2015
vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Thu Jan 1 15:25:03 2015 -0500| [ee397ea877856bb48d7498b5b857a4a715d905c6] | committer: Jean-Baptiste Kempf
configure: require libarchive 3.1.0 for the archive plugin
archive_seek_data() was not introduced until this version.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ee397ea877856bb48d7498b5b857a4a715d905c6
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index cc3e865..55a64ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1597,7 +1597,7 @@ EXTEND_HELP_STRING([Input plugins:])
dnl
dnl libarchive access module
dnl
-PKG_ENABLE_MODULES_VLC([ARCHIVE], [access_archive], [libarchive >= 2.8.5], (libarchive support), [auto])
+PKG_ENABLE_MODULES_VLC([ARCHIVE], [access_archive], [libarchive >= 3.1.0], (libarchive support), [auto])
dnl
dnl live555 input
More information about the vlc-commits
mailing list