Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
VLC
Commits
127ac12b
Commit
127ac12b
authored
Oct 18, 2005
by
Steve Lhomme
Browse files
configure.ac: require libebml that fixes a major bug
parent
50816536
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
127ac12b
...
...
@@ -1989,11 +1989,11 @@ AC_ARG_ENABLE(mkv,
if test "${enable_mkv}" != "no" -a "${CXX}" != ""; then
AC_LANG_PUSH(C++)
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,
[#include <ebml/EbmlVersion.h>
#ifdef LIBEBML_VERSION
#if LIBEBML_VERSION >= 0x00070
3
#if LIBEBML_VERSION >= 0x00070
6
yes
#endif
#endif],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment