From ea4068757def9db58270f9c1c2feb0d050873883 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 6 Feb 2014 21:32:50 +0100 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3