summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/config-tremor.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtremor/config-tremor.h')
-rw-r--r--apps/codecs/libtremor/config-tremor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/codecs/libtremor/config-tremor.h b/apps/codecs/libtremor/config-tremor.h
index abed96533b..d6b2237960 100644
--- a/apps/codecs/libtremor/config-tremor.h
+++ b/apps/codecs/libtremor/config-tremor.h
@@ -19,14 +19,10 @@
19#endif 19#endif
20#endif 20#endif
21 21
22#ifndef ICODE_ATTR_TREMOR_MDCT
23#define ICODE_ATTR_TREMOR_MDCT ICODE_ATTR
24#endif
25
26/* Workaround for gcc bug where all static functions are called with short 22/* Workaround for gcc bug where all static functions are called with short
27 calls */ 23 calls */
28#if !defined(ICODE_ATTR_TREMOR_NOT_MDCT) && (CONFIG_CPU==S5L8701) 24#if !defined(ICODE_ATTR_TREMOR_NOT_MDCT) && (CONFIG_CPU==S5L8701)
29#define STATICIRAM_NOT_MDCT 25#define STATICIRAM_NOT_MDCT STATICIRAM
30#else 26#else
31#define STATICIRAM_NOT_MDCT static 27#define STATICIRAM_NOT_MDCT static
32#endif 28#endif