summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/global.h')
-rw-r--r--apps/codecs/libmad/global.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/codecs/libmad/global.h b/apps/codecs/libmad/global.h
index 38e4aade35..1dad4d5583 100644
--- a/apps/codecs/libmad/global.h
+++ b/apps/codecs/libmad/global.h
@@ -24,6 +24,8 @@
24# ifndef LIBMAD_GLOBAL_H 24# ifndef LIBMAD_GLOBAL_H
25# define LIBMAD_GLOBAL_H 25# define LIBMAD_GLOBAL_H
26 26
27#include "mad_iram.h"
28
27#if defined(CPU_COLDFIRE) 29#if defined(CPU_COLDFIRE)
28#define FPM_COLDFIRE_EMAC 30#define FPM_COLDFIRE_EMAC
29#elif defined(CPU_ARM) 31#elif defined(CPU_ARM)
@@ -66,8 +68,4 @@
66# endif 68# endif
67# endif 69# endif
68 70
69#ifndef ICONST_ATTR_MPA_HUFFMAN
70#define ICONST_ATTR_MPA_HUFFMAN ICONST_ATTR
71#endif
72
73# endif 71# endif