aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-18 21:46:41 +0100
committerMax Kellermann <max@duempel.org>2014-02-18 21:46:41 +0100
commitc32477a223ad09dc0fc0708e95e09799eecb930b (patch)
tree8680c2f80b781f9d19870409171867bf114b8fa5 /configure.ac
parenta0c25941a83ba7e558fccbba4a1cb4bda90d4863 (diff)
parent5e1e92626c1e07834eb6cdb3d57623c30bf50212 (diff)
downloadmpd-c32477a223ad09dc0fc0708e95e09799eecb930b.tar.gz
mpd-c32477a223ad09dc0fc0708e95e09799eecb930b.tar.xz
mpd-c32477a223ad09dc0fc0708e95e09799eecb930b.zip
Merge branch 'v0.18.x'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f74509755..1ac6d2a9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1222,7 +1222,7 @@ if test x$enable_tremor = xyes; then
fi
fi
-MPD_AUTO_PKG(vorbis, VORBIS, [vorbis vorbisfile ogg],
+MPD_AUTO_PKG(vorbis, VORBIS, [vorbisfile vorbis ogg],
[Ogg Vorbis decoder], [libvorbis not found])
if test x$enable_vorbis = xyes; then
AC_DEFINE(ENABLE_VORBIS_DECODER, 1, [Define for Ogg Vorbis support])
@@ -1350,7 +1350,7 @@ fi
AM_CONDITIONAL(ENABLE_SHINE_ENCODER, test x$enable_shine_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