Build doom on clipv2 and clip+
[kugel-rb.git] / apps / plugins / mpegplayer / SOURCES
blobcf1e54aff581de6a1698536acc4fbca196ea1900
1 alloc.c
2 decode.c
3 header.c
4 idct.c
5 motion_comp.c
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_* */
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_parser.c
33 mpeg_misc.c