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.
This commit is contained in:
Max Kellermann
2014-02-18 18:39:19 +01:00
parent 5d87a274a5
commit 7fee85c80a
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -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