Commit 876a6518 authored by Felix Paul Kühne's avatar Felix Paul Kühne

avi: don't enable debug in release builds

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