[libpng16] Added -DZ_SOLO to contrib/pngminim/*/makefile so they will work

with zlib-1.2.7
This commit is contained in:
Glenn Randers-Pehrson
2012-09-27 18:52:30 -05:00
parent 8de49d0921
commit 6ae34790cc
5 changed files with 5 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ LD=$(CC)
RM=rm -f
COPY=cp
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP -I. -O1
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP -I. -O1
C=.c
O=.o