summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/demac/libdemac/demac_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/demac/libdemac/demac_config.h b/apps/codecs/demac/libdemac/demac_config.h
index f3b293e1d2..fa4f008036 100644
--- a/apps/codecs/demac/libdemac/demac_config.h
+++ b/apps/codecs/demac/libdemac/demac_config.h
@@ -89,6 +89,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
89 89
90#define APE_OUTPUT_DEPTH (ape_ctx->bps) 90#define APE_OUTPUT_DEPTH (ape_ctx->bps)
91 91
92#define MEM_ALIGN_ATTR __attribute__((aligned(16)))
93 /* adjust to target architecture for best performance */
94
92#define ICODE_ATTR_DEMAC 95#define ICODE_ATTR_DEMAC
93#define ICONST_ATTR_DEMAC 96#define ICONST_ATTR_DEMAC
94#define IBSS_ATTR_DEMAC 97#define IBSS_ATTR_DEMAC