Add miniz, a drop-in replacement for (parts of) zlib
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 17 Feb 2014 21:13:18 +0000 (22:13 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 17 Feb 2014 21:13:18 +0000 (22:13 +0100)
miniz is a single-file drop-in replacement for most of zlib's
functionality. Having this bundled is quite convenient for us, so we
can rely on compression even on platforms where zlib is not readily
available.

miniz allows disabling unneeded functionality at compile time, by changing
some #defines, so we just compile the parts we really need (namely, the
basic DEFLATE routines).

We may use zlib proper in the future if we find it at compile time, though.


No differences found