Imported from libpng-1.4.0beta5.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-05-15 06:44:21 -05:00
parent b3870ab5f9
commit 73b064c2af
46 changed files with 1042 additions and 113 deletions

View File

@@ -1236,7 +1236,7 @@ pngconf.h.in:
pngconf.h: pngconf.h.in
sed "/Makefile-supplied defines go here:/q" pngconf.h.in > pngconf.h
@if test -n "@LIBPNG_NO_MMX@"; then \
echo "#define PNG_NO_MMX_CODE" >> pngconf.h \
echo "#define PNG_NO_MMX_CODE" >> pngconf.h; \
fi
sed "1,/Makefile-supplied defines go here:/d" pngconf.h.in >> pngconf.h