diff options
author | Max Kellermann <max@duempel.org> | 2014-02-06 21:32:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-06 21:32:50 +0100 |
commit | ea4068757def9db58270f9c1c2feb0d050873883 (patch) | |
tree | b7b574644c2ee3264cd385d560f6cc0f72f657df /NEWS | |
parent | 2b10ecfa37e273c752c3f87e2491e2a1a5f0ae58 (diff) | |
download | mpd-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 '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |