forked from len0rd/rockbox
Integrate the warble tool in the regular build system.
Only sdl app builds work properly for now. Change-Id: I7807d42f69b8577b401e48cdc63de71e54f49217
This commit is contained in:
parent
13a7c9ac70
commit
466a7c6a40
8 changed files with 110 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
struct buflib_context core_ctx;
|
||||
|
||||
/* defined in linker script */
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(__PCTOOL__)
|
||||
#if defined(IPOD_VIDEO) && !defined(BOOTLOADER)
|
||||
extern unsigned char *audiobufend_lds[];
|
||||
unsigned char *audiobufend;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue