From f366090562dcdc1c4c0efbd87476ef6c068b7db5 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 17 Sep 2010 20:28:47 +0000 Subject: 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 --- apps/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings.h') 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 int keyclick; /* keyclick volume */ int keyclick_repeats; /* keyclick on repeats */ bool dithering_enabled; +#ifdef HAVE_PITCHSCREEN bool timestretch_enabled; +#endif #endif /* CONFIG_CODEC == SWCODEC */ #ifdef HAVE_RECORDING -- cgit v1.2.3