diff options
Diffstat (limited to 'apps/codecs/liba52/parse.c')
| -rw-r--r-- | apps/codecs/liba52/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/liba52/parse.c b/apps/codecs/liba52/parse.c index 3025fb5..c06381b 100644 --- a/apps/codecs/liba52/parse.c +++ b/apps/codecs/liba52/parse.c @@ -58,7 +58,7 @@ a52_state_t * a52_init (uint32_t mm_accel) a52_state_t * state; int i; - #if CONFIG_CPU==MCF5249 && !defined(SIMULATOR) + #ifdef CPU_COLDFIRE && !defined(SIMULATOR) asm volatile ("move.l #0x30, %macsr"); /* frac. mode with rounding */ #endif /* |