diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-06 11:09:36 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-06 11:09:36 +0200 |
commit | 3ef043392c849f3042acc630942a35fa722a3943 (patch) | |
tree | 65d92e57763da03c57dbd86ed30debb2b7f46add /NEWS | |
parent | 864d6f312d30ea3ae145d901d245f90c8bd11185 (diff) |
input/cdio_paranoia: drop support for libcdio-paranoia older than 10.2+0.93+1
Version 10.2+0.93+1 was released five years ago in 2014 and is the
first version to feature cdio_cddap_free_messages(). There is no way
to check the libcdio-paranoia version at compile time, so let's just
remove support for older versions instead of attempting to fix the
cdio_cddap_free_messages() check at build time.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/613
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.21.13 (not yet released) +* input + - cdio_paranoia: require libcdio-paranoia 10.2+0.93+1 * decoder - mad: fix crackling sound (0.21.12 regression) |