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