Commit 9286394d authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

MKV: do not hard define MKV_DEBUG

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5e6b6558
......@@ -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
......
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