aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-06 21:32:50 +0100
committerMax Kellermann <max@duempel.org>2014-02-06 21:32:50 +0100
commitea4068757def9db58270f9c1c2feb0d050873883 (patch)
treeb7b574644c2ee3264cd385d560f6cc0f72f657df /NEWS
parent2b10ecfa37e273c752c3f87e2491e2a1a5f0ae58 (diff)
downloadmpd-ea4068757def9db58270f9c1c2feb0d050873883.tar.gz
mpd-ea4068757def9db58270f9c1c2feb0d050873883.tar.xz
mpd-ea4068757def9db58270f9c1c2feb0d050873883.zip
configure.ac: link the Vorbis encoder with libvorbis
Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1a0c5c415..4efe51a7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
ver 0.18.8 (not yet released)
* decoder
- ffmpeg: support libav v10_alpha1
+* encoder
+ - vorbis: fix linker failure
* more robust Icy-Metadata parser
* fix Solaris build failure