zzip: require libzzip 0.13
We need the function zzip_file_stat().
This commit is contained in:
parent
96fcf5e1a5
commit
93a13b42dd
2
NEWS
2
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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue