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/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/SOURCES b/apps/plugins/mpegplayer/SOURCES
index e9a01b73d0..6629cf7a4c 100644
--- a/apps/plugins/mpegplayer/SOURCES
+++ b/apps/plugins/mpegplayer/SOURCES
@@ -1,14 +1,15 @@
1alloc.c 1alloc.c
2decode.c 2decode.c
3header.c 3header.c
4idct.c
5 4
6motion_comp.c 5motion_comp.c
7 6
8#ifdef CPU_ARM 7#ifdef CPU_ARM
8idct_arm_c.c
9motion_comp_arm_c.c 9motion_comp_arm_c.c
10motion_comp_arm_s.S 10motion_comp_arm_s.S
11#else /* other CPU or SIM */ 11#else /* other CPU or SIM */
12idct.c
12motion_comp_c.c 13motion_comp_c.c
13#endif /* CPU_* */ 14#endif /* CPU_* */
14 15