diff options
Diffstat (limited to 'apps/plugins/mpegplayer/SOURCES')
-rw-r--r-- | apps/plugins/mpegplayer/SOURCES | 3 |
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 @@ alloc.c decode.c header.c -idct.c motion_comp.c #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_* */ |