configure.ac: link the Vorbis encoder with libogg
Fixes another linker failure. Similar to commit ea406875
This commit is contained in:
parent
57e862712a
commit
5d87a274a5
2
NEWS
2
NEWS
|
@ -1,4 +1,6 @@
|
|||
ver 0.18.9 (not yet released)
|
||||
* encoder
|
||||
- vorbis: fix another linker failure
|
||||
|
||||
ver 0.18.8 (2014/02/07)
|
||||
* decoder
|
||||
|
|
|
@ -1139,7 +1139,7 @@ fi
|
|||
AM_CONDITIONAL(ENABLE_FLAC_ENCODER, test x$enable_flac_encoder = xyes)
|
||||
|
||||
dnl ---------------------------- Ogg Vorbis Encoder ---------------------------
|
||||
MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis],
|
||||
MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis ogg],
|
||||
[Ogg Vorbis encoder], [libvorbisenc not found])
|
||||
|
||||
if test x$enable_vorbis_encoder = xyes; then
|
||||
|
|
Loading…
Reference in New Issue