summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpng/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Upgrading libpng: Adding clean copy of libpng 1.5.10aavit2012-04-121-86/+0
| | | | | | | | | | | | | | This commit removes the previous version of the bundled libpng (1.5.4), as well as all local modifications to it. It adds an unmodified copy of the official libpng source distribution, except that various extraneous files have been removed, as usual. The patches required to build it in Qt will follow in separate commit(s). Change-Id: I0cfc782a1c1b7f06b92eb1b38992bd8a0e6de08d Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
* Add libpng 1.4.0aavit2010-02-151-0/+86
This is a clean copy of libpng 1.2.40, except that the contribs directory has been removed, as usual. Our build modifications will follow in a separate commit.