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

Should fix red


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

+3
+3
apps/recorder/bmp.c
··· 598 598 599 599 if(return_size) 600 600 { 601 + #if (LCD_DEPTH > 1 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1)) && \ 602 + defined(HAVE_BMP_SCALING) || defined(PLUGIN) 601 603 if(resize) 602 604 totalsize += BM_SCALED_SIZE(bm->width, 0, 0, 0); 605 + #endif 603 606 return totalsize; 604 607 } 605 608