aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-13 20:30:58 +0100
committerMax Kellermann <max@duempel.org>2009-01-13 23:08:54 +0100
commit9f21cb9dda22d0c589b41acfd04da1a1969d68da (patch)
treeacd7a4eb8533474e4e044133ed4e213327809073 /NEWS
parenteee8bba78de8eba50f7cc7ca828ca06ed89c5893 (diff)
downloadmpd-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed41be130..9a8ca1b2f 100644
--- a/NEWS
+++ b/NEWS
@@ -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)