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:
|
* 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,
|
|||||||
[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)
|
||||||
|
Loading…
Reference in New Issue
Block a user