summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mpeg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 9937c3be47..606b724241 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -37,8 +37,10 @@
37 37
38extern void bitswap(unsigned char *data, int length); 38extern void bitswap(unsigned char *data, int length);
39 39
40#ifndef SIMULATOR
40static int get_unplayed_space(void); 41static int get_unplayed_space(void);
41static int get_unswapped_space(void); 42static int get_unswapped_space(void);
43#endif
42 44
43#define MPEG_PLAY 1 45#define MPEG_PLAY 1
44#define MPEG_STOP 2 46#define MPEG_STOP 2