diff options
author | Max Kellermann <max@duempel.org> | 2014-02-18 18:39:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-18 18:39:19 +0100 |
commit | 7fee85c80ab5e0bf16f26e353a32026144dae6a4 (patch) | |
tree | 5cf5b2ef6e80475b1ef9514c3070630fc7e85395 /NEWS | |
parent | 5d87a274a5cc30741d9e483fa189cbeb3c6087ba (diff) | |
download | mpd-7fee85c80ab5e0bf16f26e353a32026144dae6a4.tar.gz mpd-7fee85c80ab5e0bf16f26e353a32026144dae6a4.tar.xz mpd-7fee85c80ab5e0bf16f26e353a32026144dae6a4.zip |
configure.ac: fix linker failure when libvorbis/libogg are static
Link libvorbisfile first, followed to libvorbis and finally libogg.
This order is necessary because libvorbisfile depends on libvorbis.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.18.9 (not yet released) +* decoder + - vorbis: fix linker failure when libvorbis/libogg are static * encoder - vorbis: fix another linker failure |