summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
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 */
112/* The MMC storage on the Ondios is slow enough that we want to buffer the 112/* The MMC storage on the Ondios is slow enough that we want to buffer the
113 * talk clips only when they are needed */ 113 * talk clips only when they are needed */
114# define TALK_PROGRESSIVE_LOAD 114# define TALK_PROGRESSIVE_LOAD
115#elif CONFIG_CODEC == SWCODEC && MEM <= 2 115#elif CONFIG_CODEC == SWCODEC && MEMORYSIZE <= 2
116/* The entire voice file wouldn't fit in memory together with codecs, so we 116/* The entire voice file wouldn't fit in memory together with codecs, so we
117 * load clips each time they are accessed */ 117 * load clips each time they are accessed */
118# define TALK_PARTIAL_LOAD 118# define TALK_PARTIAL_LOAD