diff options
Diffstat (limited to 'apps/codecs/libtremor')
| -rw-r--r-- | apps/codecs/libtremor/asm_mcf5249.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/codecs/libtremor/asm_mcf5249.h b/apps/codecs/libtremor/asm_mcf5249.h index e4f76ea..b40a88a 100644 --- a/apps/codecs/libtremor/asm_mcf5249.h +++ b/apps/codecs/libtremor/asm_mcf5249.h @@ -23,9 +23,6 @@ #if defined(CPU_COLDFIRE) -/* attribute for 16-byte alignment */ -#define LINE_ATTR __attribute__ ((aligned (16))) - #ifndef _V_WIDE_MATH #define _V_WIDE_MATH @@ -265,6 +262,4 @@ static inline ogg_int32_t CLIP_TO_15(register ogg_int32_t x) { } #endif -#else -#define LINE_ATTR #endif |