summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/SOURCES')
-rw-r--r--apps/plugins/mpegplayer/SOURCES5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/mpegplayer/SOURCES b/apps/plugins/mpegplayer/SOURCES
index 3d5a4c2375..e7e2a7a0de 100644
--- a/apps/plugins/mpegplayer/SOURCES
+++ b/apps/plugins/mpegplayer/SOURCES
@@ -6,11 +6,10 @@ motion_comp.c
#ifdef CPU_COLDFIRE
idct_coldfire.S
+motion_comp_coldfire_c.c
+motion_comp_coldfire_s.S
#elif defined CPU_ARM
idct_arm.S
-#endif
-
-#ifdef CPU_ARM
motion_comp_arm_c.c
motion_comp_arm_s.S
#else /* other CPU or SIM */