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
6 6
7#ifdef CPU_COLDFIRE 7#ifdef CPU_COLDFIRE
8idct_coldfire.S 8idct_coldfire.S
9motion_comp_coldfire_c.c
10motion_comp_coldfire_s.S
9#elif defined CPU_ARM 11#elif defined CPU_ARM
10idct_arm.S 12idct_arm.S
11#endif
12
13#ifdef CPU_ARM
14motion_comp_arm_c.c 13motion_comp_arm_c.c
15motion_comp_arm_s.S 14motion_comp_arm_s.S
16#else /* other CPU or SIM */ 15#else /* other CPU or SIM */