summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpng/pngstruct.h
Commit message (Collapse)AuthorAgeFilesLines
* Upgrading libpng: Adding clean copy of libpng 1.5.10aavit2012-04-121-26/+44
| | | | | | | | | | | | | | 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>
* Hide png symbols in a namespace for -qt-libpngDaniel Teske2011-11-221-0/+2
| | | | | | | | | If qt is compiled with -qt-libpng then the png symbols prevent a loading of another libpng. With this patch the png symbols are hidden and thus it is possible to load another libpng. Reviewed-by: hjk <qtc-committer@nokia.com>
* Updating libpng: Add libpng version 1.5.4aavit2011-08-021-0/+337
This is a clean copy of the official libpng 1.5.4 distribution, except that various extraneous stuff (examples, tests, etc) have been removed, as usual. The minor modifications to build it in Qt will follow in a separate commit.