- 02 Jan, 2020 1 commit
-
-
Max Kellermann authored
Fixes a build failure.
-
- 16 Dec, 2019 1 commit
-
-
Jacob Vosmaer authored
-
- 20 Nov, 2019 1 commit
-
-
Max Kellermann authored
This also reverts the previous commit which was wrong. When the Vorbis decoder is disabled, we can't compile VorbisComments.cxx at all. Instead of expanding the #ifdef, this commit moves VorbisComments.cxx to a separate library with dependencies on libvorbis (which was missing previously, which could also lead to build failures if the libvorbis headers were in a non-standard directory).
-
- 14 Aug, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
More for https://github.com/MusicPlayerDaemon/MPD/issues/42
-
- 17 Mar, 2019 1 commit
-
-
Max Kellermann authored
And disable libvorbis detection if Tremor was explicitly enabled. This fixes a crash bug caused by libvorbis/Tremor ABI conflict caused by commit 4f7d52db
-
- 21 Jan, 2019 1 commit
-
-
Jörg Krause authored
Re-add build support for the fixed-point Vorbis (Tremor) decoder, which was dropped when switching from Autotools to Meson. Note, that it is not possible to build both, the Vorbis and the Tremor decoder. Closes: #405
-
- 04 Nov, 2018 2 commits
-
-
Max Kellermann authored
Without the Vorbis decoder, `libvorbis` is never detected, leading to linker failures when attempting to build the Vorbis encoder.
-
Max Kellermann authored
Fixes linker failure when building without FLAC support. Closes #400
-
- 14 Oct, 2018 1 commit
-
-
Max Kellermann authored
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
-