Update libpng to release v1.5.12

This commit is contained in:
Andrey Kamaev
2012-08-28 04:44:09 +04:00
parent ae4718558d
commit c6d1421f9b
22 changed files with 4583 additions and 2471 deletions

View File

@@ -13,6 +13,12 @@ file(GLOB lib_hdrs *.h)
# Define the library target:
# ----------------------------------------------------------------------------------
add_definitions(-DPNG_CONFIGURE_LIBPNG)
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_DEPRECATE)
endif(MSVC)
add_library(${PNG_LIBRARY} STATIC ${lib_srcs} ${lib_hdrs})
if(UNIX)