mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Add a feature flag for the USB DAC mode, and gate LANG_* appropriately
This is also a necessary step for proper inclusion in the manual Change-Id: I1c30d2399509827ef6f0095485659d42f582cff9
This commit is contained in:
parent
a1837d2d80
commit
1a17f69140
2 changed files with 28 additions and 12 deletions
|
|
@ -308,3 +308,7 @@ codec_aac_he
|
|||
#if defined(USE_LTO)
|
||||
lto
|
||||
#endif
|
||||
|
||||
#if defined(USB_ENABLE_AUDIO)
|
||||
usbdac
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue