forked from len0rd/rockbox
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29165 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ab50ed7171
commit
c402519e31
2 changed files with 5 additions and 1 deletions
|
|
@ -28,9 +28,10 @@
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "presets.h"
|
#include "presets.h"
|
||||||
#include "exported_menus.h"
|
#include "exported_menus.h"
|
||||||
#include "recording.h" /* recording_screen() */
|
|
||||||
#include "sound_menu.h" /* recording_menu() */
|
#include "sound_menu.h" /* recording_menu() */
|
||||||
|
|
||||||
|
#ifdef HAVE_RECORDING
|
||||||
|
#include "recording.h" /* recording_screen() */
|
||||||
|
|
||||||
#if defined(HAVE_FMRADIO_REC) && CONFIG_CODEC == SWCODEC
|
#if defined(HAVE_FMRADIO_REC) && CONFIG_CODEC == SWCODEC
|
||||||
#define FM_RECORDING_SCREEN
|
#define FM_RECORDING_SCREEN
|
||||||
|
|
@ -75,6 +76,7 @@ static int fm_recording_settings(void)
|
||||||
MENUITEM_FUNCTION(recsettings_item, 0, ID2P(LANG_RECORDING_SETTINGS),
|
MENUITEM_FUNCTION(recsettings_item, 0, ID2P(LANG_RECORDING_SETTINGS),
|
||||||
fm_recording_settings, NULL, NULL, Icon_Recording);
|
fm_recording_settings, NULL, NULL, Icon_Recording);
|
||||||
#endif /* defined(HAVE_FMRADIO_REC) || CONFIG_CODEC != SWCODEC */
|
#endif /* defined(HAVE_FMRADIO_REC) || CONFIG_CODEC != SWCODEC */
|
||||||
|
#endif /* HAVE_RECORDING */
|
||||||
|
|
||||||
#ifndef FM_PRESET
|
#ifndef FM_PRESET
|
||||||
MENUITEM_FUNCTION(radio_presets_item, 0, ID2P(LANG_PRESET),
|
MENUITEM_FUNCTION(radio_presets_item, 0, ID2P(LANG_PRESET),
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#ifndef RECORDING_H
|
#ifndef RECORDING_H
|
||||||
#define RECORDING_H
|
#define RECORDING_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
|
|
||||||
bool in_recording_screen(void);
|
bool in_recording_screen(void);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue