A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Wrong ifdefing of the loader plugin caused an empty chessbox.rock to be included in the CVS builds (iPod, possibly iriver too). MEM is called MEMORYSIZE in SOURCES. D'oh


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8935 a1c6a512-1295-4272-9138-f99709370657

+1 -1
+1 -1
apps/plugins/SOURCES
··· 74 74 #endif 75 75 #endif /* CONFIG_RTC */ 76 76 77 - #if (MEM <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */ 77 + #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */ 78 78 chessbox.c 79 79 #if CONFIG_KEYPAD == RECORDER_PAD 80 80 rockboy.c