summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC/SOURCES
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/libffmpegFLAC/SOURCES
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/libffmpegFLAC/SOURCES')
-rw-r--r--apps/codecs/libffmpegFLAC/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libffmpegFLAC/SOURCES b/apps/codecs/libffmpegFLAC/SOURCES
index 5fbc6fd00f..688cd3bce7 100644
--- a/apps/codecs/libffmpegFLAC/SOURCES
+++ b/apps/codecs/libffmpegFLAC/SOURCES
@@ -2,8 +2,8 @@ bitstream.c
2decoder.c 2decoder.c
3shndec.c 3shndec.c
4tables.c 4tables.c
5#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) 5#if defined(CPU_COLDFIRE)
6coldfire.S 6coldfire.S
7#elif defined(CPU_ARM) && !defined(SIMULATOR) 7#elif defined(CPU_ARM)
8arm.S 8arm.S
9#endif 9#endif