summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/SOURCES
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-08-04 09:49:56 -0400
committerSolomon Peachy <pizza@shaftnet.org>2022-10-02 11:57:20 -0400
commitd25d24812e8120c0eb133a412287ac030eb185c9 (patch)
treed1c336d5d81c39366672c86f30c484f96e24a469 /apps/plugins/mpegplayer/SOURCES
parent9ce5b2a2eda5c7101898476adaa3533e0ba5db82 (diff)
downloadrockbox-d25d24812e8120c0eb133a412287ac030eb185c9.tar.gz
rockbox-d25d24812e8120c0eb133a412287ac030eb185c9.zip
RFC: Get rid of mpegplayer plugin
It might have made sense once upon a time, but in today's world... Change-Id: I5d638e6f7a2308c50ab12bd901338f02cf426aae
Diffstat (limited to 'apps/plugins/mpegplayer/SOURCES')
-rw-r--r--apps/plugins/mpegplayer/SOURCES35
1 files changed, 0 insertions, 35 deletions
diff --git a/apps/plugins/mpegplayer/SOURCES b/apps/plugins/mpegplayer/SOURCES
deleted file mode 100644
index 3fc079dfbd..0000000000
--- a/apps/plugins/mpegplayer/SOURCES
+++ /dev/null
@@ -1,35 +0,0 @@
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