summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/SOURCES
blob: e7e2a7a0deda67afed009efc36693cb45a1207dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
alloc.c
decode.c
header.c
idct.c
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
motion_comp_arm_c.c
motion_comp_arm_s.S
#else  /* other CPU or SIM */
motion_comp_c.c
#endif /* CPU_* */

slice.c
video_out_rockbox.c
mpeg_settings.c
mpegplayer.c