[vlc-commits] Do not use EBML_STRICT_API, because it seems to crash

Jean-Baptiste Kempf git at videolan.org
Sat Feb 12 00:54:19 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 12 00:52:53 2011 +0100| [c984067b01d8857bcc7b3e6103f88af415c5cb18] | committer: Jean-Baptiste Kempf

Do not use EBML_STRICT_API, because it seems to crash

I have to say I fail to understand why...

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c984067b01d8857bcc7b3e6103f88af415c5cb18
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e987183..169fdfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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



More information about the vlc-commits mailing list