[libpng10] Imported from libpng-1.0.45.tar

This commit is contained in:
Glenn Randers-Pehrson
2009-06-04 06:09:33 -05:00
parent 4fa097d58b
commit 4049c1ac2a
82 changed files with 3440 additions and 1873 deletions

View File

@@ -8,7 +8,7 @@
# Library name:
LIBNAME = libpng10
PNGMAJ = 0
PNGMIN = 1.0.44
PNGMIN = 1.0.45
PNGVER = $(PNGMAJ).$(PNGMIN)
# Shared library names:
@@ -43,8 +43,7 @@ ZLIBINC=/usr/local/include
WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
-Wmissing-declarations -Wtraditional -Wcast-align \
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
CFLAGS=-I$(ZLIBINC) -W -Wall -O \
-DPNG_NO_MMX_CODE; \
CFLAGS=-I$(ZLIBINC) -W -Wall -O -DPNG_NO_MMX_CODE; \
# $(WARNMORE) -g -DPNG_DEBUG=5
LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng10 -lz -lm