]> git.sesse.net Git - vlc/commitdiff
configure: require libarchive 3.1.0 for the archive plugin
authorSean McGovern <gseanmcg@gmail.com>
Thu, 1 Jan 2015 20:25:03 +0000 (15:25 -0500)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 1 Jan 2015 21:22:21 +0000 (22:22 +0100)
archive_seek_data() was not introduced until this version.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
configure.ac

index cc3e865d0a07b0857b28407d7bafbdf63d7d61b2..55a64ba5c6b31b1600c1946b4d70e79edd2044c1 100644 (file)
@@ -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