[libpng15] Imported from libpng-1.5.18beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-12-26 11:54:19 -06:00
parent 24726a403f
commit 642b1d8f1e
28 changed files with 977 additions and 279 deletions

View File

@@ -15,7 +15,7 @@ RM=rm -f
COPY=cp
CPPFLAGS=-I. -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP
CFLAGS=-O1
CFLAGS=-O1 -Wall
C=.c
O=.o

View File

@@ -15,7 +15,7 @@ RM=rm -f
COPY=cp
CPPFLAGS=-I. -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP
CFLAGS=-O1
CFLAGS=-O1 -Wall
C=.c
O=.o

View File

@@ -14,8 +14,8 @@ everything = off
option WRITE on
# These 2 options are required if you need to read PGM (P1 or P4) PGM files.
# option WRITE_INVERT on
# option WRITE_PACK on
option WRITE_INVERT on
option WRITE_PACK on
# You must choose fixed or floating point arithmetic:
# option FLOATING_POINT on

View File

@@ -31,7 +31,7 @@ XLIB = -L/usr/X11R6/lib -lX11
LIBS = $(XLIB) -lm #platforms that need libm
CPPFLAGS=-I. $(XINC) -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP
CFLAGS=-O1
CFLAGS=-O1 -Wall
C=.c
O=.o