summaryrefslogtreecommitdiff
path: root/thirdparty/libpng
AgeCommit message (Collapse)Author
2016-09-06Update to libpng 1.6.25 (#821)Matthieu Darbois
2016-08-06Update to libpng 1.6.24 (#807)Matthieu Darbois
2016-05-02Use lowercase for cmake commands consistenlyJulien Malik
Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt This needs vim 7.3 and fails with vim 7.4 This also fixes a number of : - missing empty line at end of files - useless space at end of lines
2016-04-22Import pnglibconf.h.prebuilt as new pnglibconf.hJulien Malik
2016-04-21update libpng to from 1.6.17 to 1.6.21Julien Malik
2015-07-25Switch to libpng-1.6.17mayeut
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Thanks to Hans Johnson
2011-03-20Removed the libs directory containing win32 compiled versions of libpng, ↵Antonin Descampe
libtiff and liblcms. Added a thirdparty directory to include main source files of libtiff, libpng, libz and liblcms to enable support of these formats in the codec executables. CMake will try to statically build these libraries if they are not found on the system. Note that these third party libraries are not required to build libopenjpeg (which has no dependencies).