aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-10-02 10:04:44 +0200
committerMax Kellermann <max@duempel.org>2012-10-02 10:04:44 +0200
commitccd7104cdc631e427d42903ea7dab21028364d4b (patch)
tree7f08880c2fd1f266df7907a3a6dd29066e74e4f6 /configure.ac
parent1cf4b5ce47f93a056e2e7e934aa6f0fac1337bfc (diff)
{decoder,encoder}/flac: drop support for libFLAC 1.1
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 b688a5f8..685aba1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -862,7 +862,7 @@ AM_CONDITIONAL(HAVE_FFMPEG, test x$enable_ffmpeg = xyes)
dnl ----------------------------------- FLAC ----------------------------------
-MPD_AUTO_PKG(flac, FLAC, [flac >= 1.1],
+MPD_AUTO_PKG(flac, FLAC, [flac >= 1.2],
[FLAC decoder], [libFLAC not found])
if test x$enable_flac = xyes; then