summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/SOURCES')
-rw-r--r--apps/plugins/mpegplayer/SOURCES35
1 files changed, 35 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/SOURCES b/apps/plugins/mpegplayer/SOURCES
new file mode 100644
index 0000000000..3fc079dfbd
--- /dev/null
+++ b/apps/plugins/mpegplayer/SOURCES
@@ -0,0 +1,35 @@
1libmpeg2/decode.c
2libmpeg2/header.c
3libmpeg2/idct.c
4libmpeg2/motion_comp.c
5libmpeg2/slice.c
6
7#ifdef CPU_COLDFIRE
8libmpeg2/idct_coldfire.S
9libmpeg2/motion_comp_coldfire_c.c
10libmpeg2/motion_comp_coldfire_s.S
11#elif defined CPU_ARM
12#if ARM_ARCH >= 6
13libmpeg2/idct_armv6.S
14#else
15libmpeg2/idct_arm.S
16#endif
17libmpeg2/motion_comp_arm_c.c
18libmpeg2/motion_comp_arm_s.S
19#else /* other CPU or SIM */
20libmpeg2/motion_comp_c.c
21#endif /* CPU_* */
22
23
24
25alloc.c
26video_out_rockbox.c
27video_thread.c
28pcm_output.c
29audio_thread.c
30disk_buf.c
31mpeg_settings.c
32stream_mgr.c
33mpegplayer.c
34mpeg_parser.c
35mpeg_misc.c