diff options
Diffstat (limited to 'apps/plugins/mpegplayer/SOURCES')
-rw-r--r-- | apps/plugins/mpegplayer/SOURCES | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/mpegplayer/SOURCES b/apps/plugins/mpegplayer/SOURCES index 3d5a4c2375..e7e2a7a0de 100644 --- a/apps/plugins/mpegplayer/SOURCES +++ b/apps/plugins/mpegplayer/SOURCES @@ -6,11 +6,10 @@ motion_comp.c #ifdef CPU_COLDFIRE idct_coldfire.S +motion_comp_coldfire_c.c +motion_comp_coldfire_s.S #elif defined CPU_ARM idct_arm.S -#endif - -#ifdef CPU_ARM motion_comp_arm_c.c motion_comp_arm_s.S #else /* other CPU or SIM */ |