Commit 75e52d8c authored by Felix Paul Kühne's avatar Felix Paul Kühne

avi: don't enable debug in release builds

parent 5294faf6
......@@ -31,7 +31,9 @@
#include "libavi.h"
#ifndef NDEBUG
#define AVI_DEBUG 1
#endif
#define __EVEN( x ) (((x) + 1) & ~1)
......
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