Fix building Warble when configured as the iPod Video
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 5d016a2c044c7209a51155b573f10fdc0e165113 Author: Michael Giacomelli <[email protected]> Date: Sat Aug 22 23:16:58 2026 -0400 Fix building Warble when configured as the iPod Video Change-Id: If229f29d31a0a0d012d5ba210c16d1f1ea74a217 diff --git a/firmware/core_alloc.c b/firmware/core_alloc.c index 95642e806b..1e2477c1af 100644 --- a/firmware/core_alloc.c +++ b/firmware/core_alloc.c @@ -61,7 +61,7 @@ void core_allocator_init(void) { unsigned char *start = ALIGN_UP(audiobuffer, sizeof(intptr_t)); -#if defined(IPOD_VIDEO) && !defined(BOOTLOADER) && !defined(SIMULATOR) +#if !defined(__PCTOOL__) && defined(IPOD_VIDEO) && !defined(BOOTLOADER) && !defined(SIMULATOR) audiobufend=(unsigned char *)audiobufend_lds; if(MEMORYSIZE==64 && probed_ramsize!=64) { -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs