From: Moritz Bunkus Date: Tue, 20 Oct 2015 13:06:40 +0000 (+0200) Subject: build system: require libebml >= 1.3.3 due to fixes for invalid memory access X-Git-Tag: release-1.4.4~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76212be904286669b79bd8ff60816e2717b774e8;p=libmatroska build system: require libebml >= 1.3.3 due to fixes for invalid memory access --- diff --git a/configure.ac b/configure.ac index 6ae2d80..a52d116 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,6 @@ AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [Add -g -DDEBUG to compile flags]), [enable_debug="$withval"], [enable_debug=no]) AM_CONDITIONAL([ENABLE_DEBUG], [test "$enable_debug" = yes]) -PKG_CHECK_MODULES([EBML],[libebml >= 1.3.1]) +PKG_CHECK_MODULES([EBML],[libebml >= 1.3.3]) AC_CONFIG_FILES([Makefile libmatroska.pc]) AC_OUTPUT