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/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/SOURCES b/apps/plugins/mpegplayer/SOURCES
index 5b3360cc5a..5ca0fcd86e 100644
--- a/apps/plugins/mpegplayer/SOURCES
+++ b/apps/plugins/mpegplayer/SOURCES
@@ -9,7 +9,11 @@ idct_coldfire.S
9motion_comp_coldfire_c.c 9motion_comp_coldfire_c.c
10motion_comp_coldfire_s.S 10motion_comp_coldfire_s.S
11#elif defined CPU_ARM 11#elif defined CPU_ARM
12#if ARM_ARCH >= 6
13idct_armv6.S
14#else
12idct_arm.S 15idct_arm.S
16#endif
13motion_comp_arm_c.c 17motion_comp_arm_c.c
14motion_comp_arm_s.S 18motion_comp_arm_s.S
15#else /* other CPU or SIM */ 19#else /* other CPU or SIM */