get rid of the silly unzip_stream

... and just use zlib's inflate. Needed for the next commit.
This commit is contained in:
notaz 2017-04-17 00:30:30 +03:00
parent 0270424fac
commit b4c2331e79
4 changed files with 101 additions and 218 deletions

View file

@ -168,7 +168,7 @@ endif
OBJS += zlib/gzio.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o \
zlib/deflate.o zlib/crc32.o zlib/adler32.o zlib/zutil.o zlib/compress.o zlib/uncompr.o
# unzip
OBJS += unzip/unzip.o unzip/unzip_stream.o
OBJS += unzip/unzip.o
include platform/common/common.mak