[vlc-devel] [PATCH] MKV: do not hard define MKV_DEBUG
Steve Lhomme
robUx4 at videolabs.io
Mon Mar 2 10:06:13 CET 2015
---
modules/demux/mkv/mkv.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/mkv/mkv.hpp b/modules/demux/mkv/mkv.hpp
index 9cf6ccd..cd80c2e 100644
--- a/modules/demux/mkv/mkv.hpp
+++ b/modules/demux/mkv/mkv.hpp
@@ -99,7 +99,7 @@
# include <zlib.h>
#endif
-#define MKV_DEBUG 0
+//#define MKV_DEBUG 0
#define MATROSKA_COMPRESSION_NONE -1
#define MATROSKA_COMPRESSION_ZLIB 0
--
2.2.2
More information about the vlc-devel
mailing list