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-03-02 11:14:11 +09:00
parent 6c27a32de8
commit a27199b772
4 changed files with 56 additions and 7 deletions
+1
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