summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2023-12-31 21:30:07 -0500
committerSolomon Peachy <pizza@shaftnet.org>2023-12-31 21:30:18 -0500
commit161c861153f67c2436affc11860ed932a0d21c30 (patch)
treea4f96ea21e9dc3dd7fe3c7e39d57ecc71e931ab6
parent4cd65b9d97e5fb172477b31d3dc5bc136cc6950b (diff)
downloadrockbox-161c861153f67c2436affc11860ed932a0d21c30.tar.gz
rockbox-161c861153f67c2436affc11860ed932a0d21c30.zip
Fix red in 4cd65b9d9
Change-Id: Ic3f136f5c88c46da68b78bc21ddefdf9fdbf2745
-rw-r--r--firmware/export/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 92997dc7b8..74be1f9711 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -601,10 +601,6 @@ Lyre prototype 1 */
601//#error "unknown hwardware platform!" 601//#error "unknown hwardware platform!"
602#endif 602#endif
603 603
604#if !(CONFIG_CPU >= PP5002 && CONFIG_CPU <= PP5022) && CODEC_SIZE >= 0x80000
605#define CODEC_AAC_SBR_DEC
606#endif
607
608#ifdef __PCTOOL__ 604#ifdef __PCTOOL__
609#undef CONFIG_CPU 605#undef CONFIG_CPU
610#define CONFIG_CPU 0 606#define CONFIG_CPU 0
@@ -685,6 +681,10 @@ Lyre prototype 1 */
685/* now set any CONFIG_ defines correctly if they are not used, 681/* now set any CONFIG_ defines correctly if they are not used,
686 No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */ 682 No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */
687 683
684#if !(CONFIG_CPU >= PP5002 && CONFIG_CPU <= PP5022) && CODEC_SIZE >= 0x80000
685#define CODEC_AAC_SBR_DEC
686#endif
687
688#if !defined(CONFIG_BACKLIGHT_FADING) 688#if !defined(CONFIG_BACKLIGHT_FADING)
689#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING 689#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
690#endif 690#endif