[master] Removed leftover "-DPNG_CONFIGURE_LIBPNG" from scripts/makefile.darwin

This commit is contained in:
Glenn Randers-Pehrson
2009-12-04 08:26:21 -06:00
parent bcc878bb81
commit fec6a4ca4e
3 changed files with 3 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ RANLIB=ranlib
RM_F=/bin/rm -f
# CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE
CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -W -Wall -O -funroll-loops
CFLAGS=-I$(ZLIBINC) -W -Wall -O -funroll-loops
LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz
INCPATH=$(prefix)/include