]> git.sesse.net Git - vlc/commitdiff
Do not use EBML_STRICT_API, because it seems to crash
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 11 Feb 2011 23:52:53 +0000 (00:52 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 11 Feb 2011 23:54:13 +0000 (00:54 +0100)
I have to say I fail to understand why...

configure.ac

index e987183db31feac8ae9a39f7701033a20718acbf..169fdfcbbe741465943bcbfffc2881ef2f0f333a 100644 (file)
@@ -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