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/SOURCES14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/plugins/mpegplayer/SOURCES b/apps/plugins/mpegplayer/SOURCES
index 004c639..3d5a4c2 100644
--- a/apps/plugins/mpegplayer/SOURCES
+++ b/apps/plugins/mpegplayer/SOURCES
@@ -1,22 +1,22 @@
alloc.c
decode.c
header.c
-
+idct.c
motion_comp.c
+#ifdef CPU_COLDFIRE
+idct_coldfire.S
+#elif defined CPU_ARM
+idct_arm.S
+#endif
+
#ifdef CPU_ARM
-idct_arm_c.c
motion_comp_arm_c.c
motion_comp_arm_s.S
#else /* other CPU or SIM */
-idct.c
motion_comp_c.c
#endif /* CPU_* */
-#ifdef CPU_COLDFIRE
-idct_coldfire.S
-#endif
-
slice.c
video_out_rockbox.c
mpeg_settings.c