aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-10 21:00:10 +0100
committerMax Kellermann <max@duempel.org>2009-11-10 21:00:10 +0100
commit93a13b42dd3d792a32c5e256d5172cf7647a3fc5 (patch)
treeff93932fda859457a0ff833611398c0eff3f51c5
parent96fcf5e1a5006fb43f245db02182dd7fd86a8161 (diff)
downloadmpd-93a13b42dd3d792a32c5e256d5172cf7647a3fc5.tar.gz
mpd-93a13b42dd3d792a32c5e256d5172cf7647a3fc5.tar.xz
mpd-93a13b42dd3d792a32c5e256d5172cf7647a3fc5.zip
zzip: require libzzip 0.13
We need the function zzip_file_stat().
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 709cd6751..33cf15b15 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ ver 0.15.6 (2009/??/??)
* input:
- lastfm: fixed variable name in GLib<2.16 code path
- input/mms: require libmms 0.4
+* archive:
+ - zzip: require libzzip 0.13
* decoders:
- ffmpeg: convert metadata
* output_thread: check again if output is open on PAUSE
diff --git a/configure.ac b/configure.ac
index a57f72e2f..83fad5724 100644
--- a/configure.ac
+++ b/configure.ac
@@ -339,7 +339,7 @@ AC_ARG_ENABLE(zip,
[enable zip archive support (default: disabled)]),,
enable_zip=no)
-MPD_AUTO_PKG(zip, ZZIP, [zziplib],
+MPD_AUTO_PKG(zip, ZZIP, [zziplib >= 0.13],
[libzzip archive library], [libzzip not found])
AM_CONDITIONAL(HAVE_ZIP, test x$enable_zip = xyes)