mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix red in 4cd65b9d9
Change-Id: Ic3f136f5c88c46da68b78bc21ddefdf9fdbf2745
This commit is contained in:
parent
4cd65b9d97
commit
161c861153
1 changed files with 4 additions and 4 deletions
|
|
@ -601,10 +601,6 @@ Lyre prototype 1 */
|
||||||
//#error "unknown hwardware platform!"
|
//#error "unknown hwardware platform!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !(CONFIG_CPU >= PP5002 && CONFIG_CPU <= PP5022) && CODEC_SIZE >= 0x80000
|
|
||||||
#define CODEC_AAC_SBR_DEC
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __PCTOOL__
|
#ifdef __PCTOOL__
|
||||||
#undef CONFIG_CPU
|
#undef CONFIG_CPU
|
||||||
#define CONFIG_CPU 0
|
#define CONFIG_CPU 0
|
||||||
|
|
@ -685,6 +681,10 @@ Lyre prototype 1 */
|
||||||
/* now set any CONFIG_ defines correctly if they are not used,
|
/* now set any CONFIG_ defines correctly if they are not used,
|
||||||
No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */
|
No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */
|
||||||
|
|
||||||
|
#if !(CONFIG_CPU >= PP5002 && CONFIG_CPU <= PP5022) && CODEC_SIZE >= 0x80000
|
||||||
|
#define CODEC_AAC_SBR_DEC
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(CONFIG_BACKLIGHT_FADING)
|
#if !defined(CONFIG_BACKLIGHT_FADING)
|
||||||
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
|
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue