summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-04 10:57:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-04 10:57:51 +0000
commitbf12c6a9a9dadfec5ad9e08374dedaa5e73c64a3 (patch)
tree36c5057a291e9f81d21b5006ccb3191d32f07d31 /apps/sound_menu.c
parent8a8bd91695f21343baf8fe3d1b118c885716f2a4 (diff)
downloadrockbox-bf12c6a9a9dadfec5ad9e08374dedaa5e73c64a3.tar.gz
rockbox-bf12c6a9a9dadfec5ad9e08374dedaa5e73c64a3.zip
recording features depends on HAVE_RECORDING, not a specific MAS model
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5779 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index 09e6fb5f28..33bb80faa1 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -246,7 +246,7 @@ static bool avc(void)
246} 246}
247#endif 247#endif
248 248
249#if CONFIG_HWCODEC == MAS3587F 249#ifdef HAVE_RECORDING
250static bool recsource(void) 250static bool recsource(void)
251{ 251{
252 static const struct opt_items names[] = { 252 static const struct opt_items names[] = {
@@ -438,7 +438,7 @@ bool sound_menu(void)
438 return result; 438 return result;
439} 439}
440 440
441#if CONFIG_HWCODEC == MAS3587F 441#ifdef HAVE_RECORDING
442bool recording_menu(bool no_source) 442bool recording_menu(bool no_source)
443{ 443{
444 int m; 444 int m;