From c9d66562afc15de210854b32f30976859bce2023 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 7 Aug 2006 22:11:07 +0000 Subject: Initial commit of work-in-progress MPEG video player plugin based on libmpeg2. Works on all targets with colour LCDs, but most optimised for the ipod Color/Photo and Nano. It currently only plays raw MPEG-1 or MPEG-2 video streams (no audio). Also adds a new lcd_yuv_blit() function to the plugin API - currently only implemented for the ipod Color/Photo and Nano. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10479 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/mpeg2dec_config.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/plugins/mpegplayer/mpeg2dec_config.h (limited to 'apps/plugins/mpegplayer/mpeg2dec_config.h') diff --git a/apps/plugins/mpegplayer/mpeg2dec_config.h b/apps/plugins/mpegplayer/mpeg2dec_config.h new file mode 100644 index 0000000000..b8ad11664a --- /dev/null +++ b/apps/plugins/mpegplayer/mpeg2dec_config.h @@ -0,0 +1,2 @@ +#define ATTRIBUTE_ALIGNED_MAX 16 + -- cgit v1.2.3