[devel] Fixed some deprecated usages in the contrib directory.

This commit is contained in:
Glenn Randers-Pehrson
2009-11-09 10:49:12 -06:00
parent 884297323d
commit ec3f949874
8 changed files with 20 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ LD=$(CC)
RM=rm -f
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
CFLAGS=-DPNG_CONFIGURE_LIBPNG -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
-DdeflateParams\(a,b,c\)=Z_OK -I. -O1
C=.c