<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 06/28/2010 11:23 PM, Robert Špalek wrote:
<blockquote
 cite="mid:AANLkTilAhf42pFIwx6AOXmsBNiB7kDx062WGjwjt8Nms@mail.gmail.com"
 type="cite">
  <div class="gmail_quote"><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">
    <div class="im">It might be noteworthy that the ZIP support is only
available when zlib
is available. I think some of our ports did not feature zlib support
(not sure right now which ones though). Also when reading files from
the zip archive, they will be first decompressed and read completely
into the memory.</div>
    </div>
  </blockquote>
  <div><br>
  </div>
  <div>I will use compression=none, because the MP3 files inside are
incompressible.  therefore the files just need to be read into memory,
which is, of course, the intention.  concerning zlib availability, I'm
not sure how our library is implemented, but for reading uncompressed
archives zlib is not needed; one just needs to parse the archive header.</div>
  </div>
  <br>
</blockquote>
<br>
Our code is definitely only enabled, when zlib is present (notice the
USE_ZLIB checks in common/unzip.h).<br>
<br>
// Johannes<br>
</body>
</html>