From 9d3d925295112a0080bc1d70fad170db9e1af2a9 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 13 Oct 2022 11:04:12 -0400 Subject: Revert "RFC: Get rid of mpegplayer plugin" This reverts commit d25d24812e8120c0eb133a412287ac030eb185c9. Change-Id: I1563223e343fb1e2eda72a45823b38350025ff93 --- apps/plugins/mpegplayer/SOURCES | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 apps/plugins/mpegplayer/SOURCES (limited to 'apps/plugins/mpegplayer/SOURCES') 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 @@ +libmpeg2/decode.c +libmpeg2/header.c +libmpeg2/idct.c +libmpeg2/motion_comp.c +libmpeg2/slice.c + +#ifdef CPU_COLDFIRE +libmpeg2/idct_coldfire.S +libmpeg2/motion_comp_coldfire_c.c +libmpeg2/motion_comp_coldfire_s.S +#elif defined CPU_ARM +#if ARM_ARCH >= 6 +libmpeg2/idct_armv6.S +#else +libmpeg2/idct_arm.S +#endif +libmpeg2/motion_comp_arm_c.c +libmpeg2/motion_comp_arm_s.S +#else /* other CPU or SIM */ +libmpeg2/motion_comp_c.c +#endif /* CPU_* */ + + + +alloc.c +video_out_rockbox.c +video_thread.c +pcm_output.c +audio_thread.c +disk_buf.c +mpeg_settings.c +stream_mgr.c +mpegplayer.c +mpeg_parser.c +mpeg_misc.c -- cgit v1.2.3