summaryrefslogtreecommitdiff
path: root/apps/codecs/libspc/spc_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspc/spc_codec.h')
-rw-r--r--apps/codecs/libspc/spc_codec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libspc/spc_codec.h b/apps/codecs/libspc/spc_codec.h
index 33e566aea2..a6dcd0a8bc 100644
--- a/apps/codecs/libspc/spc_codec.h
+++ b/apps/codecs/libspc/spc_codec.h
@@ -30,7 +30,9 @@
30#define _SPC_CODEC_H_ 30#define _SPC_CODEC_H_
31 31
32/* rather than comment out asserts, just define NDEBUG */ 32/* rather than comment out asserts, just define NDEBUG */
33#ifndef NDEBUG
33#define NDEBUG 34#define NDEBUG
35#endif
34#include <assert.h> 36#include <assert.h>
35 37
36/** Basic configuration options **/ 38/** Basic configuration options **/