Support Boost iostreams library to decode compressed ID3v2 frames in additiion to zlib.

This will help Windows users build TagLib without zlib source.
This commit is contained in:
Tsuda Kageyu
2016-02-24 00:26:37 +09:00
parent 6c27a32de8
commit a27199b772
4 changed files with 56 additions and 7 deletions

View File

@ -25,6 +25,7 @@
/* Defined if zlib is installed */
#cmakedefine HAVE_ZLIB 1
#cmakedefine HAVE_BOOST_ZLIB 1
/* Indicates whether debug messages are shown even in release mode */
#cmakedefine TRACE_IN_RELEASE 1