1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Andree Buschmann 2011-02-05 19:50:16 +00:00
parent f3adc77fd5
commit 8033cb6250
14 changed files with 95 additions and 95 deletions

View file

@ -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) },