From 8c38983b22195d5ae98008154e4f44b7c43dac95 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 6 Feb 2011 23:18:30 +0000 Subject: Fix standalone demac tool build. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29239 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/demac/libdemac/demac_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/codecs/demac') 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 #define APE_OUTPUT_DEPTH (ape_ctx->bps) +#define MEM_ALIGN_ATTR __attribute__((aligned(16))) + /* adjust to target architecture for best performance */ + #define ICODE_ATTR_DEMAC #define ICONST_ATTR_DEMAC #define IBSS_ATTR_DEMAC -- cgit v1.2.3