1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2005-02-04 10:57:51 +00:00
parent 8a8bd91695
commit bf12c6a9a9
2 changed files with 4 additions and 7 deletions

View file

@ -52,7 +52,7 @@
#include "misc.h"
#include "lang.h"
#if CONFIG_HWCODEC == MAS3587F
#ifdef HAVE_RECORDING
#include "recording.h"
#endif
@ -274,14 +274,11 @@ static bool plugin_browse(void)
return rockbox_browse(PLUGIN_DIR, SHOW_PLUGINS);
}
#if CONFIG_HWCODEC == MAS3587F
#ifdef HAVE_RECORDING
static bool recording_settings(void)
{
return recording_menu(false);
}
#endif
#if CONFIG_HWCODEC == MAS3587F
bool rec_menu(void)
{

View file

@ -246,7 +246,7 @@ static bool avc(void)
}
#endif
#if CONFIG_HWCODEC == MAS3587F
#ifdef HAVE_RECORDING
static bool recsource(void)
{
static const struct opt_items names[] = {
@ -438,7 +438,7 @@ bool sound_menu(void)
return result;
}
#if CONFIG_HWCODEC == MAS3587F
#ifdef HAVE_RECORDING
bool recording_menu(bool no_source)
{
int m;