repo.or.cz
/
kugel-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tweaked dependencies a bit
[kugel-rb.git]
/
apps
/
plugins
/
mpegplayer
/
SOURCES
blob
5ca0fcd86e931ea6844d434087d45dababe232d5
1
alloc.c
2
decode.c
3
header.c
4
idct.c
5
motion_comp.c
6
7
#ifdef CPU_COLDFIRE
8
idct_coldfire.S
9
motion_comp_coldfire_c.c
10
motion_comp_coldfire_s.S
11
#elif defined CPU_ARM
12
#if ARM_ARCH >= 6
13
idct_armv6.S
14
#else
15
idct_arm.S
16
#endif
17
motion_comp_arm_c.c
18
motion_comp_arm_s.S
19
#else /* other CPU or SIM */
20
motion_comp_c.c
21
#endif /* CPU_* */
22
23
slice.c
24
video_out_rockbox.c
25
video_thread.c
26
pcm_output.c
27
audio_thread.c
28
disk_buf.c
29
mpeg_settings.c
30
stream_mgr.c
31
mpegplayer.c
32
mpeg_linkedlist.c
33
mpeg_parser.c
34
mpeg_misc.c