aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-06 21:32:50 +0100
committerMax Kellermann <max@duempel.org>2014-02-06 21:32:50 +0100
commitea4068757def9db58270f9c1c2feb0d050873883 (patch)
treeb7b574644c2ee3264cd385d560f6cc0f72f657df /configure.ac
parent2b10ecfa37e273c752c3f87e2491e2a1a5f0ae58 (diff)
downloadmpd-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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fc94f4c1e..301c3a033 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],
+MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis],
[Ogg Vorbis encoder], [libvorbisenc not found])
if test x$enable_vorbis_encoder = xyes; then