diff options
Diffstat (limited to 'apps/plugins/mpegplayer/SOURCES')
| -rw-r--r-- | apps/plugins/mpegplayer/SOURCES | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/apps/plugins/mpegplayer/SOURCES b/apps/plugins/mpegplayer/SOURCES index fc23a2a..e9a01b7 100644 --- a/apps/plugins/mpegplayer/SOURCES +++ b/apps/plugins/mpegplayer/SOURCES @@ -1,14 +1,17 @@ alloc.c -cpu_accel.c -cpu_state.c decode.c header.c idct.c + motion_comp.c + #ifdef CPU_ARM -motion_comp_arm.c +motion_comp_arm_c.c motion_comp_arm_s.S -#endif +#else /* other CPU or SIM */ +motion_comp_c.c +#endif /* CPU_* */ + slice.c video_out_rockbox.c mpeg_settings.c |