build media kit with debug enabled, even for release builds

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16627 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2006-03-07 13:24:19 +00:00
parent 75daf5566e
commit 0c4d975c52

View File

@ -2,7 +2,7 @@
#define _MEDIA_DEBUG_H_
#ifndef DEBUG
#define DEBUG 0
#define DEBUG 1
#endif
#include <Debug.h>