mpd/src/mixer
Max Kellermann 06ca08ce55 output/roar: remove
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.
2018-10-31 15:03:28 +01:00
..
plugins output/roar: remove 2018-10-31 15:03:28 +01:00
Listener.hxx update copyright year 2017-01-03 20:48:59 +01:00
meson.build build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
MixerAll.cxx Main, ...: catch any exception, not just std::runtime_error 2017-12-19 10:56:23 +01:00
MixerControl.cxx mixer/Plugin: pass AudioOutput to init() 2017-08-10 13:07:36 +02:00
MixerControl.hxx mixer/Plugin: pass AudioOutput to init() 2017-08-10 13:07:36 +02:00
MixerInternal.hxx Compiler.h: move to util/ 2018-08-20 16:19:17 +02:00
MixerList.hxx output/roar: remove 2018-10-31 15:03:28 +01:00
MixerPlugin.hxx mixer/Plugin: pass AudioOutput to init() 2017-08-10 13:07:36 +02:00
MixerType.cxx mixer/Type: mixer_type_parse() throws on error 2018-08-19 07:49:54 +02:00
MixerType.hxx Compiler.h: move to util/ 2018-08-20 16:19:17 +02:00
Volume.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
Volume.hxx Compiler.h: move to util/ 2018-08-20 16:19:17 +02:00