summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
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_list.c
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_list.c')
-rw-r--r--apps/settings_list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 07450661c2..a8c3c36651 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1371,9 +1371,11 @@ const struct settings_list settings[] = {
1371 OFFON_SETTING(F_SOUNDSETTING, dithering_enabled, LANG_DITHERING, false, 1371 OFFON_SETTING(F_SOUNDSETTING, dithering_enabled, LANG_DITHERING, false,
1372 "dithering enabled", dsp_dither_enable), 1372 "dithering enabled", dsp_dither_enable),
1373 1373
1374#ifdef HAVE_PITCHSCREEN
1374 /* timestretch */ 1375 /* timestretch */
1375 OFFON_SETTING(F_SOUNDSETTING, timestretch_enabled, LANG_TIMESTRETCH, false, 1376 OFFON_SETTING(F_SOUNDSETTING, timestretch_enabled, LANG_TIMESTRETCH, false,
1376 "timestretch enabled", dsp_timestretch_enable), 1377 "timestretch enabled", dsp_timestretch_enable),
1378#endif
1377 1379
1378 /* compressor */ 1380 /* compressor */
1379 INT_SETTING_NOWRAP(F_SOUNDSETTING, compressor_threshold, 1381 INT_SETTING_NOWRAP(F_SOUNDSETTING, compressor_threshold,