summaryrefslogtreecommitdiff
path: root/apps/mpeg.c
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-10-31 21:09:34 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-10-31 21:09:34 +0000
commit56c4e9fa600557242d8b78f5fd8e32c2245b76fc (patch)
treef8558778a302f89c3e819e66e86577a5e37c3660 /apps/mpeg.c
parent40ed5f57d9be61f1200026e9b0f944a9718111c1 (diff)
downloadrockbox-56c4e9fa600557242d8b78f5fd8e32c2245b76fc.tar.gz
rockbox-56c4e9fa600557242d8b78f5fd8e32c2245b76fc.zip
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c
index 62fda5e3cb..583e4e2122 100644
--- a/apps/mpeg.c
+++ b/apps/mpeg.c
@@ -45,7 +45,7 @@
45#include "settings.h" 45#include "settings.h"
46#ifndef SIMULATOR 46#ifndef SIMULATOR
47#include "i2c.h" 47#include "i2c.h"
48#include "mas.h" 48#include "mas35xx.h"
49#include "system.h" 49#include "system.h"
50#include "usb.h" 50#include "usb.h"
51#include "file.h" 51#include "file.h"
@@ -53,7 +53,7 @@
53#endif /* !SIMULATOR */ 53#endif /* !SIMULATOR */
54#ifdef HAVE_LCD_BITMAP 54#ifdef HAVE_LCD_BITMAP
55#include "lcd.h" 55#include "lcd.h"
56#endif 56#endif /* CONFIG_CODEC != SWCODEC */
57 57
58#define MPEG_SWAP_CHUNKSIZE 0x2000 58#define MPEG_SWAP_CHUNKSIZE 0x2000
59#define MPEG_HIGH_WATER 2 /* We leave 2 bytes empty because otherwise we 59#define MPEG_HIGH_WATER 2 /* We leave 2 bytes empty because otherwise we