Commit 127ac12b authored by Steve Lhomme's avatar Steve Lhomme

configure.ac: require libebml that fixes a major bug

parent 50816536
...@@ -1989,11 +1989,11 @@ AC_ARG_ENABLE(mkv, ...@@ -1989,11 +1989,11 @@ AC_ARG_ENABLE(mkv,
if test "${enable_mkv}" != "no" -a "${CXX}" != ""; then if test "${enable_mkv}" != "no" -a "${CXX}" != ""; then
AC_LANG_PUSH(C++) AC_LANG_PUSH(C++)
AC_CHECK_HEADERS(ebml/EbmlVersion.h, [ AC_CHECK_HEADERS(ebml/EbmlVersion.h, [
AC_MSG_CHECKING(for libebml version >= 0.7.3) AC_MSG_CHECKING(for libebml version >= 0.7.6)
AC_EGREP_CPP(yes, AC_EGREP_CPP(yes,
[#include <ebml/EbmlVersion.h> [#include <ebml/EbmlVersion.h>
#ifdef LIBEBML_VERSION #ifdef LIBEBML_VERSION
#if LIBEBML_VERSION >= 0x000703 #if LIBEBML_VERSION >= 0x000706
yes yes
#endif #endif
#endif], #endif],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment