summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/SOURCES
blob: 3d5a4c2375140a88cc56ffaf98162f37f966b188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
alloc.c
decode.c
header.c
idct.c
motion_comp.c

#ifdef CPU_COLDFIRE
idct_coldfire.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 */
motion_comp_c.c
#endif /* CPU_* */

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