Imported from libpng-1.2.15rc1.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-12-18 14:08:10 -06:00
parent c2de22abeb
commit 43bb4ba4bf
45 changed files with 1048 additions and 113 deletions

View File

@@ -107,10 +107,13 @@ endif(MSVC)
if(NOT MSVC)
if(NOT PNG_MMX)
add_definitions(-DLIBPNG_NO_MMX)
add_definitions(-DPNG_NO_MMX_CODE)
endif(NOT PNG_MMX)
else(NOT MSVC)
if(PNG_MMX)
# maybe add this to pngconf.h ?
add_definitions(-DPNG_MMX_CODE_SUPPORTED)
endif(PNG_MMX)
endif(NOT MSVC)