[vlc-commits] MKV: do not hard define MKV_DEBUG

Steve Lhomme git at videolan.org
Sun Mar 8 23:52:40 CET 2015


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Mon Mar  2 08:09:27 2015 +0000| [9286394d01d09f4efda9160946f376d8ccb5c3e4] | committer: Jean-Baptiste Kempf

MKV: do not hard define MKV_DEBUG

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/demux/mkv/mkv.hpp |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules/demux/mkv/mkv.hpp b/modules/demux/mkv/mkv.hpp
index 9cf6ccd..4e2963e 100644
--- a/modules/demux/mkv/mkv.hpp
+++ b/modules/demux/mkv/mkv.hpp
@@ -99,7 +99,9 @@
 #   include <zlib.h>
 #endif
 
-#define MKV_DEBUG 0
+#ifndef NDEBUG
+//# define MKV_DEBUG 0
+#endif
 
 #define MATROSKA_COMPRESSION_NONE  -1
 #define MATROSKA_COMPRESSION_ZLIB   0



More information about the vlc-commits mailing list