[libpng12] Added "-D_SOLO" to contrib/pngminim makefiles (for zlib-1.2.6+)

This commit is contained in:
Glenn Randers-Pehrson
2014-02-03 15:53:44 -06:00
parent 9edeb31cee
commit ee808bf878
5 changed files with 26 additions and 29 deletions

View File

@@ -23,7 +23,7 @@ XLIB = -L/usr/X11R6/lib -lX11
#LIBS = $(XLIB)
LIBS = $(XLIB) -lm #platforms that need libm
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP -DZ_SOLO \
-DdeflateParams\(a,b,c\)=Z_OK -I. $(XINC) -O1
C=.c