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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user