From 5d87a274a5cc30741d9e483fa189cbeb3c6087ba Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 17 Feb 2014 19:42:38 +0100 Subject: configure.ac: link the Vorbis encoder with libogg Fixes another linker failure. Similar to commit ea406875 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6b14a695c..471504527 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 vorbis], +MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis ogg], [Ogg Vorbis encoder], [libvorbisenc not found]) if test x$enable_vorbis_encoder = xyes; then -- cgit v1.2.3