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.

OS X: change include paths to use actual paths.

The old include path is actually a symlink for compatibility. Newer SDK
versions remove that symlink to the include breaks.

Change-Id: I74317557840f1886cebc1ce099e103dc415eabc0

+2 -2
+2 -2
rbutil/ipodpatcher/ipodio-posix.c
··· 130 130 #include <sys/disk.h> 131 131 #include <CoreFoundation/CoreFoundation.h> 132 132 #include <IOKit/IOKitLib.h> 133 - #include <IOKit/scsi-commands/SCSITaskLib.h> 134 - #include <IOKit/scsi-commands/SCSICommandOperationCodes.h> 133 + #include <IOKit/scsi/SCSITaskLib.h> 134 + #include <IOKit/scsi/SCSICommandOperationCodes.h> 135 135 #define IPOD_SECTORSIZE_IOCTL DKIOCGETBLOCKSIZE 136 136 137 137 /* TODO: Implement this function for Mac OS X */