aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-06 20:04:21 +0100
committerMax Kellermann <max@duempel.org>2013-11-06 20:04:21 +0100
commitc4b1251d0a7fdf86e5ff64720ea1945f5dd6ef52 (patch)
tree54545ae5f6aa5b57c6c20418288a80a0d0e6eaf9 /configure.ac
parent01891f88158631ccb72c1294c4d64b4a9db46b9c (diff)
downloadmpd-c4b1251d0a7fdf86e5ff64720ea1945f5dd6ef52.tar.gz
mpd-c4b1251d0a7fdf86e5ff64720ea1945f5dd6ef52.tar.xz
mpd-c4b1251d0a7fdf86e5ff64720ea1945f5dd6ef52.zip
configure.ac: require libaudiofile 0.3 due to API breakage
Prior to version 0.3, the "length" callback returned a "long" instead of AFfileoffset. Now that this API bug fix is a few years old, let's drop 0.2 support for good.
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 1d116f54f..9ae6a1223 100644
--- a/configure.ac
+++ b/configure.ac
@@ -838,7 +838,7 @@ fi
AM_CONDITIONAL(HAVE_ADPLUG, test x$enable_adplug = xyes)
dnl -------------------------------- audiofile --------------------------------
-MPD_AUTO_PKG(audiofile, AUDIOFILE, [audiofile >= 0.1.7],
+MPD_AUTO_PKG(audiofile, AUDIOFILE, [audiofile >= 0.3],
[audiofile decoder plugin], [libaudiofile not found])
AM_CONDITIONAL(HAVE_AUDIOFILE, test x$enable_audiofile = xyes)
if test x$enable_audiofile = xyes; then