{decoder,encoder}/flac: drop support for libFLAC 1.1

This commit is contained in:
Max Kellermann
2012-10-02 10:04:44 +02:00
parent 1cf4b5ce47
commit ccd7104cdc
7 changed files with 13 additions and 197 deletions

View File

@@ -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