diff options
author | Dave Chapman <dave@dchapman.com> | 2007-05-10 13:16:08 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-05-10 13:16:08 +0000 |
commit | f02cba80967b7e42d03962625394bf5d1691a59c (patch) | |
tree | ab752be0024ec544500eaf6fcba4207848c9a89e /apps/codecs/libspeex | |
parent | 1fc2d91a83f6154c11a203c8da993d647799691a (diff) |
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13369 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspeex')
-rw-r--r-- | apps/codecs/libspeex/config-speex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h index 10555c7fa8..efdb7dbb54 100644 --- a/apps/codecs/libspeex/config-speex.h +++ b/apps/codecs/libspeex/config-speex.h @@ -7,7 +7,7 @@ /* #undef ARM4_ASM */ /* Make use of ARM5E assembly optimizations */ -#if defined(CPU_ARM) && !defined(SIMULATOR) +#if defined(CPU_ARM) #define ARM4_ASM #endif |