1
0
Fork 0
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:
Frank Gevaerts 2012-03-03 19:37:40 +01:00
parent 13a7c9ac70
commit 466a7c6a40
8 changed files with 110 additions and 4 deletions

View file

@ -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;