Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

sdlapp: Fix build with SDL2

Not sure why this didn't break in my earlier tests.

Change-Id: Idf643c7ace638d928d41606cec1b90762bc4909e

+2 -2
+2 -2
apps/playback.c
··· 58 58 #include "pcm_mixer.h" 59 59 #endif 60 60 61 - #ifdef SIMULATOR 62 - #include <strings.h> 61 + #if defined(SIMULATOR) || defined(SDLAPP) 62 + #include <strings.h> /* For strncasecmp() */ 63 63 #endif 64 64 65 65 /* TODO: The audio thread really is doing multitasking of acting like a