summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-09-17 20:28:47 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-09-17 20:28:47 +0000
commitf366090562dcdc1c4c0efbd87476ef6c068b7db5 (patch)
tree17bf868c61d677ce7969bcc5312e5a69abeda428 /apps/settings.h
parentbd43690170ea9441226557bf58907654338b6029 (diff)
downloadrockbox-f366090562dcdc1c4c0efbd87476ef6c068b7db5.tar.gz
rockbox-f366090562dcdc1c4c0efbd87476ef6c068b7db5.zip
Make disabling HAVE_PITCHSCREEN actually work without breaking the build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28102 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 24ff9ef62a..443369b77e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -364,7 +364,9 @@ struct user_settings
364 int keyclick; /* keyclick volume */ 364 int keyclick; /* keyclick volume */
365 int keyclick_repeats; /* keyclick on repeats */ 365 int keyclick_repeats; /* keyclick on repeats */
366 bool dithering_enabled; 366 bool dithering_enabled;
367#ifdef HAVE_PITCHSCREEN
367 bool timestretch_enabled; 368 bool timestretch_enabled;
369#endif
368#endif /* CONFIG_CODEC == SWCODEC */ 370#endif /* CONFIG_CODEC == SWCODEC */
369 371
370#ifdef HAVE_RECORDING 372#ifdef HAVE_RECORDING