summaryrefslogtreecommitdiff
path: root/thirdparty/opus/silk/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/opus/silk/debug.h')
-rw-r--r--thirdparty/opus/silk/debug.h21
1 files changed, 4 insertions, 17 deletions
diff --git a/thirdparty/opus/silk/debug.h b/thirdparty/opus/silk/debug.h
index efb6d3e99e..6f68c1ca0f 100644
--- a/thirdparty/opus/silk/debug.h
+++ b/thirdparty/opus/silk/debug.h
@@ -39,23 +39,10 @@ extern "C"
unsigned long GetHighResolutionTime(void); /* O time in usec*/
-/* make SILK_DEBUG dependent on compiler's _DEBUG */
-#if defined _WIN32
- #ifdef _DEBUG
- #define SILK_DEBUG 1
- #else
- #define SILK_DEBUG 0
- #endif
-
- /* overrule the above */
- #if 0
- /* #define NO_ASSERTS*/
- #undef SILK_DEBUG
- #define SILK_DEBUG 1
- #endif
-#else
- #define SILK_DEBUG 0
-#endif
+/* Set to 1 to enable DEBUG_STORE_DATA() macros for dumping
+ * intermediate signals from the codec.
+ */
+#define SILK_DEBUG 0
/* Flag for using timers */
#define SILK_TIC_TOC 0