vlc | branch: master | Sean McGovern <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
