Commit c984067b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Do not use EBML_STRICT_API, because it seems to crash

I have to say I fail to understand why...
parent 32c4e59c
......@@ -2353,7 +2353,7 @@ if test "${enable_mkv}" != "no" -a "${CXX}" != ""; then
#endif],
[AC_MSG_RESULT([yes])
AC_CHECK_HEADERS(matroska/KaxAttachments.h)
VLC_ADD_CXXFLAGS([mkv],[-DEBML_STRICT_API])
VLC_ADD_CXXFLAGS([mkv],[])
if test "${SYS}" = "darwin"; then
VLC_ADD_CXXFLAGS([mkv],[-O1])
fi
......
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