• Max Kellermann's avatar
    output/roar: remove · 06ca08ce
    Max Kellermann authored
    Bugs in libroar which broke the MPD build have been annoying me for
    quite some time, and the newest bug has now hit my main build machine:
    
     https://github.com/MusicPlayerDaemon/MPD/issues/377
    
    Problem is the usage of the typedef `_IO_off64_t` in libroar's
    `vio_stdio.h`:
    
     int roar_vio_to_stdio_lseek (void *__cookie, _IO_off64_t *__pos, int __w);
    
    This `_IO_off64_t` is an internal implementation detail of glibc and
    was removed in version 2.28.  Nobody must ever use it.  Why the ****
    did the RoarAudio developers use it?  Not using internal typedefs
    isn't exactly rocket science.
    
    This annoys me enough to finally remove the plugin.  Anyway, I've
    never heard of anybody using RoarAudio, so my best guess is that
    nobody will notice.
    06ca08ce
Name
Last commit
Last update
..
alsa Loading commit data...
curl Loading commit data...
dbus Loading commit data...
expat Loading commit data...
ffmpeg Loading commit data...
gcrypt Loading commit data...
icu Loading commit data...
nfs Loading commit data...
oss Loading commit data...
pulse Loading commit data...
smbclient Loading commit data...
sndio Loading commit data...
sqlite Loading commit data...
systemd Loading commit data...
upnp Loading commit data...
wrap Loading commit data...
xiph Loading commit data...
yajl Loading commit data...
zlib Loading commit data...