summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-02 21:52:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-02 21:52:55 +0000
commit6ff399fabad86d85d2b9bf7af22945cff1c00a2b (patch)
tree2d4272808c3d80616cf4e1956e7fb5a9967a0db2 /apps/settings.c
parentc0d6b11d5a0b20a6bdbf3c86a43eafc04f778071 (diff)
downloadrockbox-6ff399fabad86d85d2b9bf7af22945cff1c00a2b.tar.gz
rockbox-6ff399fabad86d85d2b9bf7af22945cff1c00a2b.zip
HAVE_RECORDING rather than mas-type defines recording ability
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5748 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index e16d546bb6..b52f3d8ded 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -1530,7 +1530,7 @@ bool set_option(const char* string, void* variable, enum optiontype type,
1530 return false; 1530 return false;
1531} 1531}
1532 1532
1533#if CONFIG_HWCODEC == MAS3587F 1533#ifdef HAVE_RECORDING
1534/* This array holds the record timer interval lengths, in seconds */ 1534/* This array holds the record timer interval lengths, in seconds */
1535static const unsigned long rec_timer_seconds[] = 1535static const unsigned long rec_timer_seconds[] =
1536{ 1536{