From 7fee85c80ab5e0bf16f26e353a32026144dae6a4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 18 Feb 2014 18:39:19 +0100 Subject: 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. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f671b1e75..f12530e60 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3