diff options
author | Max Kellermann <max@duempel.org> | 2009-01-13 20:30:58 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-13 23:08:54 +0100 |
commit | 9f21cb9dda22d0c589b41acfd04da1a1969d68da (patch) | |
tree | acd7a4eb8533474e4e044133ed4e213327809073 /NEWS | |
parent | eee8bba78de8eba50f7cc7ca828ca06ed89c5893 (diff) | |
download | mpd-9f21cb9dda22d0c589b41acfd04da1a1969d68da.tar.gz mpd-9f21cb9dda22d0c589b41acfd04da1a1969d68da.tar.xz mpd-9f21cb9dda22d0c589b41acfd04da1a1969d68da.zip |
configure.ac: detect libid3tag without pkg-config
libid3tag comes without a pkg-config file, and it is usually added by
distribution packages. For those without .pc file, attempt to
auto-detect the library with AC_CHECK_LIB.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ MPD 0.14.1 - not yet released * fix minor memory leak in decoder_tag() * fix cross-fading bug: it used to play some chunks of the new song twice * playlist: fix assertion failure during playlist load +* detect libid3tag without pkg-config ver 0.14 (2008/12/25) |