summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-19 14:58:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-19 14:58:35 +0000
commit6cd60cc3e33e731d4bd2bbd98653fbc629f77cfb (patch)
tree67f1634a4607e661febb2361b60bb2988b9cde5d /firmware/mpeg.c
parent258919cc554ed76a742fb0a03f368756a254a675 (diff)
downloadrockbox-6cd60cc3e33e731d4bd2bbd98653fbc629f77cfb.tar.gz
rockbox-6cd60cc3e33e731d4bd2bbd98653fbc629f77cfb.zip
moved sounds settings to settings.h, config.h is only for including the
correct sub-config.h filea git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1086 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 955d598c54..11f4ba6c0c 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -28,6 +28,7 @@
28#include "thread.h" 28#include "thread.h"
29#include "panic.h" 29#include "panic.h"
30#include "file.h" 30#include "file.h"
31#include "settings.h"
31 32
32#define MPEG_STACK_SIZE 0x2000 33#define MPEG_STACK_SIZE 0x2000
33#define MPEG_CHUNKSIZE 0x20000 34#define MPEG_CHUNKSIZE 0x20000