summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-09-15 16:49:28 +0000
committerDave Chapman <dave@dchapman.com>2007-09-15 16:49:28 +0000
commit219b1f58a6ac742ea8ed796b89b40e84ab084c19 (patch)
tree86a8003612cf19e9697b9369acdfb743583fcddb /apps/codecs/libmad
parente4f8b95d5363049a5f1f4a81aee5afb8237428ed (diff)
downloadrockbox-219b1f58a6ac742ea8ed796b89b40e84ab084c19.tar.gz
rockbox-219b1f58a6ac742ea8ed796b89b40e84ab084c19.zip
Remove some unrequired SIMULATOR checks - the CPU_* family of defines are never defined for the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14711 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmad')
-rw-r--r--apps/codecs/libmad/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmad/SOURCES b/apps/codecs/libmad/SOURCES
index a4b6e8ca9a..b7e1957326 100644
--- a/apps/codecs/libmad/SOURCES
+++ b/apps/codecs/libmad/SOURCES
@@ -9,10 +9,10 @@ stream.c
9synth.c 9synth.c
10timer.c 10timer.c
11version.c 11version.c
12#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) 12#if defined(CPU_COLDFIRE)
13imdct_mcf5249.S 13imdct_mcf5249.S
14#endif 14#endif
15#if defined(CPU_ARM) && !defined(SIMULATOR) 15#if defined(CPU_ARM)
16imdct_l_arm.S 16imdct_l_arm.S
17dct32_arm.S 17dct32_arm.S
18synth_full_arm.S 18synth_full_arm.S