mpd/doc
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
..
include Merge branch 'work_tag' of git://github.com/loujine/MPD 2018-01-03 11:47:02 +01:00
.gitignore doc: basic support for Sphinx 2018-07-18 12:22:49 +02:00
conf.py doc/conf.py: use the "classic" theme 2018-10-30 22:13:15 +01:00
developer.rst doc/developer.rst: remove :option: markup 2018-10-31 13:24:52 +01:00
doxygen.conf.in doc/doxygen.conf: enable HAVE_DOT and INTERACTIVE_SVG 2016-03-30 13:47:53 +02:00
index.rst doc/user.rst: move plugin reference to plugins.rst 2018-10-30 22:27:42 +01:00
meson.build doc/meson.build: add missing dependency 2018-10-30 22:51:09 +01:00
mpd.1 doc, README.md: update bug tracker URL 2017-05-15 21:48:03 +02:00
mpd.conf.5 decoder/mad: make "gapless_mp3_playback" a block option 2018-07-18 10:50:09 +02:00
mpdconf.example tag/Config: support incremental "metadata_to_use" setting 2018-08-10 18:46:47 +02:00
plugins.rst output/roar: remove 2018-10-31 15:03:28 +01:00
protocol.rst doc/protocol.rst: "oneshot" was added to 0.21, not 0.20 2018-10-31 12:00:01 +01:00
user.rst output/roar: remove 2018-10-31 15:03:28 +01:00