From f4b5a723b06b25babe201b0a97bdeebc716f5bba Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 14 Apr 2007 16:35:44 +0000 Subject: mpeg2dec in mpegplayer: Do a little code slashing and organizing. Much more to come I think. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13159 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/SOURCES | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'apps/plugins/mpegplayer/SOURCES') diff --git a/apps/plugins/mpegplayer/SOURCES b/apps/plugins/mpegplayer/SOURCES index fc23a2ab11..e9a01b73d0 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 -- cgit v1.2.3