diff options
Diffstat (limited to 'apps/codecs/libfaad/kbd_win.h')
| -rw-r--r-- | apps/codecs/libfaad/kbd_win.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/codecs/libfaad/kbd_win.h b/apps/codecs/libfaad/kbd_win.h index 1c3fd09..8abd3c0 100644 --- a/apps/codecs/libfaad/kbd_win.h +++ b/apps/codecs/libfaad/kbd_win.h @@ -37,7 +37,7 @@ extern "C" { #pragma warning(disable:4244) #endif -ALIGN static const real_t kbd_long_1024[] ICONST_ATTR = +static const real_t kbd_long_1024[] ICONST_ATTR MEM_ALIGN_ATTR = { FRAC_CONST(0.00029256153896361), FRAC_CONST(0.00042998567353047), @@ -1066,7 +1066,7 @@ ALIGN static const real_t kbd_long_1024[] ICONST_ATTR = }; #ifdef ALLOW_SMALL_FRAMELENGTH -ALIGN static const real_t kbd_long_960[] = { +static const real_t kbd_long_960[] MEM_ALIGN_ATTR = { FRAC_CONST(0.0003021562530949), FRAC_CONST(0.0004452267024786), FRAC_CONST(0.0005674947527496), @@ -2030,7 +2030,7 @@ ALIGN static const real_t kbd_long_960[] = { }; #endif -ALIGN static const real_t kbd_short_128[] ICONST_ATTR = +static const real_t kbd_short_128[] ICONST_ATTR MEM_ALIGN_ATTR = { FRAC_CONST(4.3795702929468881e-005), FRAC_CONST(0.00011867384265436617), @@ -2163,7 +2163,7 @@ ALIGN static const real_t kbd_short_128[] ICONST_ATTR = }; #ifdef ALLOW_SMALL_FRAMELENGTH -ALIGN static const real_t kbd_short_120[] = +static const real_t kbd_short_120[] MEM_ALIGN_ATTR = { FRAC_CONST(0.0000452320086910), FRAC_CONST(0.0001274564692111), |