summaryrefslogtreecommitdiff
path: root/gr-audio/lib/osx/osx_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-audio/lib/osx/osx_common.h')
-rw-r--r--gr-audio/lib/osx/osx_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-audio/lib/osx/osx_common.h b/gr-audio/lib/osx/osx_common.h
index 59b866dbe3..5d8a3800a5 100644
--- a/gr-audio/lib/osx/osx_common.h
+++ b/gr-audio/lib/osx/osx_common.h
@@ -29,8 +29,13 @@ namespace gr {
namespace audio {
namespace osx {
+#ifndef _OSX_AU_DEBUG_
#define _OSX_AU_DEBUG_ 0
+#endif
+
+#ifndef _OSX_AU_DEBUG_RENDER_
#define _OSX_AU_DEBUG_RENDER_ 0
+#endif
#define check_error_and_throw(err,what,throw_str) \
if(err) { \