summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC/SOURCES
diff options
context:
space:
mode:
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 5fbc6fd..688cd3b 100644
--- a/apps/codecs/libffmpegFLAC/SOURCES
+++ b/apps/codecs/libffmpegFLAC/SOURCES
@@ -2,8 +2,8 @@ bitstream.c
decoder.c
shndec.c
tables.c
-#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
+#if defined(CPU_COLDFIRE)
coldfire.S
-#elif defined(CPU_ARM) && !defined(SIMULATOR)
+#elif defined(CPU_ARM)
arm.S
#endif