diff options
author | Max Kellermann <max@duempel.org> | 2013-11-06 20:04:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-06 20:04:21 +0100 |
commit | c4b1251d0a7fdf86e5ff64720ea1945f5dd6ef52 (patch) | |
tree | 54545ae5f6aa5b57c6c20418288a80a0d0e6eaf9 /NEWS | |
parent | 01891f88158631ccb72c1294c4d64b4a9db46b9c (diff) |
configure.ac: require libaudiofile 0.3 due to API breakage
Prior to version 0.3, the "length" callback returned a "long" instead
of AFfileoffset. Now that this API bug fix is a few years old, let's
drop 0.2 support for good.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ver 0.18.2 (2013/??/??) * playlist: - pls: fix reversed song order * decoder: + - audiofile: require libaudiofile 0.3 due to API breakage - dsf: enable DSD128 * fix build failures due to missing includes * fix big-endian support |