From 5d849a963e562d1996c20cd72228835276288141 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Wed, 2 Feb 2011 17:43:32 +0000 Subject: Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29189 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/talk.c') diff --git a/apps/talk.c b/apps/talk.c index 7dbfb2ef77..ad34437b0f 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -112,7 +112,7 @@ struct queue_entry /* one entry of the internal queue */ /* The MMC storage on the Ondios is slow enough that we want to buffer the * talk clips only when they are needed */ # define TALK_PROGRESSIVE_LOAD -#elif CONFIG_CODEC == SWCODEC && MEM <= 2 +#elif CONFIG_CODEC == SWCODEC && MEMORYSIZE <= 2 /* The entire voice file wouldn't fit in memory together with codecs, so we * load clips each time they are accessed */ # define TALK_PARTIAL_LOAD -- cgit v1.2.3