From 8033cb6250c403f4b7c189c4aa4c085df145a044 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sat, 5 Feb 2011 19:50:16 +0000 Subject: Use MEM_ALIGN_ATTR in libfaad. Remove global array and re-use existing one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29211 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libfaad/sbr_noise.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libfaad/sbr_noise.h') diff --git a/apps/codecs/libfaad/sbr_noise.h b/apps/codecs/libfaad/sbr_noise.h index 73ec5f4..48f0ea9 100644 --- a/apps/codecs/libfaad/sbr_noise.h +++ b/apps/codecs/libfaad/sbr_noise.h @@ -39,7 +39,7 @@ extern "C" { /* Table 1.A.13 Noise table V */ -ALIGN static const complex_t V[] = { +static const complex_t V[] MEM_ALIGN_ATTR = { { FRAC_CONST(-0.99948155879974), FRAC_CONST(-0.59483414888382) }, { FRAC_CONST(0.97113454341888), FRAC_CONST(-0.67528516054153) }, { FRAC_CONST(0.14130051434040), FRAC_CONST(-0.95090985298157) }, -- cgit v1.1