]> granicus.if.org Git - libmatroska/commitdiff
build system: require libebml >= 1.3.3 due to fixes for invalid memory access
authorMoritz Bunkus <moritz@bunkus.org>
Tue, 20 Oct 2015 13:06:40 +0000 (15:06 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Tue, 20 Oct 2015 13:06:40 +0000 (15:06 +0200)
configure.ac

index 6ae2d807ef763a224ef47bfe8a4abff7494b7543..a52d116244e3c301109c157467a42e11d5bf8a72 100644 (file)
@@ -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