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 004c6395a2..3d5a4c2375 100644
--- a/apps/plugins/mpegplayer/SOURCES
+++ b/apps/plugins/mpegplayer/SOURCES
@@ -1,22 +1,22 @@
1alloc.c 1alloc.c
2decode.c 2decode.c
3header.c 3header.c
4 4idct.c
5motion_comp.c 5motion_comp.c
6 6
7#ifdef CPU_COLDFIRE
8idct_coldfire.S
9#elif defined CPU_ARM
10idct_arm.S
11#endif
12
7#ifdef CPU_ARM 13#ifdef CPU_ARM
8idct_arm_c.c
9motion_comp_arm_c.c 14motion_comp_arm_c.c
10motion_comp_arm_s.S 15motion_comp_arm_s.S
11#else /* other CPU or SIM */ 16#else /* other CPU or SIM */
12idct.c
13motion_comp_c.c 17motion_comp_c.c
14#endif /* CPU_* */ 18#endif /* CPU_* */
15 19
16#ifdef CPU_COLDFIRE
17idct_coldfire.S
18#endif
19
20slice.c 20slice.c
21video_out_rockbox.c 21video_out_rockbox.c
22mpeg_settings.c 22mpeg_settings.c