Commit 93a13b42 authored by Max Kellermann's avatar Max Kellermann

zzip: require libzzip 0.13

We need the function zzip_file_stat().
parent 96fcf5e1
...@@ -2,6 +2,8 @@ ver 0.15.6 (2009/??/??) ...@@ -2,6 +2,8 @@ ver 0.15.6 (2009/??/??)
* input: * input:
- lastfm: fixed variable name in GLib<2.16 code path - lastfm: fixed variable name in GLib<2.16 code path
- input/mms: require libmms 0.4 - input/mms: require libmms 0.4
* archive:
- zzip: require libzzip 0.13
* decoders: * decoders:
- ffmpeg: convert metadata - ffmpeg: convert metadata
* output_thread: check again if output is open on PAUSE * output_thread: check again if output is open on PAUSE
......
...@@ -339,7 +339,7 @@ AC_ARG_ENABLE(zip, ...@@ -339,7 +339,7 @@ AC_ARG_ENABLE(zip,
[enable zip archive support (default: disabled)]),, [enable zip archive support (default: disabled)]),,
enable_zip=no) enable_zip=no)
MPD_AUTO_PKG(zip, ZZIP, [zziplib], MPD_AUTO_PKG(zip, ZZIP, [zziplib >= 0.13],
[libzzip archive library], [libzzip not found]) [libzzip archive library], [libzzip not found])
AM_CONDITIONAL(HAVE_ZIP, test x$enable_zip = xyes) AM_CONDITIONAL(HAVE_ZIP, test x$enable_zip = xyes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment