diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-08-07 22:11:07 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-08-07 22:11:07 +0000 |
| commit | c9d66562afc15de210854b32f30976859bce2023 (patch) | |
| tree | 4fc7c506797bf96e389bd2fb68dd0e36d2735750 /apps/plugins/SUBDIRS | |
| parent | 754e173c252ab80a9e1e290bddfa126e6227ac1c (diff) | |
| download | rockbox-c9d66562afc15de210854b32f30976859bce2023.zip rockbox-c9d66562afc15de210854b32f30976859bce2023.tar.gz rockbox-c9d66562afc15de210854b32f30976859bce2023.tar.bz2 rockbox-c9d66562afc15de210854b32f30976859bce2023.tar.xz | |
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
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 2d0d6d3..d45283c 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -32,5 +32,10 @@ pacbox doom #endif +/* For all the colour targets */ +#if defined(HAVE_LCD_COLOR) +mpegplayer +#endif + #endif /* IRIVER_IFP7XX_SERIES */ |