diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-10-31 21:09:34 +0000 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-10-31 21:09:34 +0000 |
| commit | 56c4e9fa600557242d8b78f5fd8e32c2245b76fc (patch) | |
| tree | f8558778a302f89c3e819e66e86577a5e37c3660 /apps/mpeg.c | |
| parent | 40ed5f57d9be61f1200026e9b0f944a9718111c1 (diff) | |
| download | rockbox-56c4e9fa600557242d8b78f5fd8e32c2245b76fc.zip rockbox-56c4e9fa600557242d8b78f5fd8e32c2245b76fc.tar.gz rockbox-56c4e9fa600557242d8b78f5fd8e32c2245b76fc.tar.bz2 rockbox-56c4e9fa600557242d8b78f5fd8e32c2245b76fc.tar.xz | |
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28425 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/mpeg.c')
| -rw-r--r-- | apps/mpeg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c index 62fda5e..583e4e2 100644 --- a/apps/mpeg.c +++ b/apps/mpeg.c @@ -45,7 +45,7 @@ #include "settings.h" #ifndef SIMULATOR #include "i2c.h" -#include "mas.h" +#include "mas35xx.h" #include "system.h" #include "usb.h" #include "file.h" @@ -53,7 +53,7 @@ #endif /* !SIMULATOR */ #ifdef HAVE_LCD_BITMAP #include "lcd.h" -#endif +#endif /* CONFIG_CODEC != SWCODEC */ #define MPEG_SWAP_CHUNKSIZE 0x2000 #define MPEG_HIGH_WATER 2 /* We leave 2 bytes empty because otherwise we |