Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update libpng to version 1.5.10 | Chris Liddell | 2012-06-08 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | Minor build revisions to deal with new libpng version: We copy the predefined pnglibconf.h into the build directory, and have libpng include it from there (it's less invasive than running the libpng configure script). We have to use the same kind of compiler incantation as lcms.mak because libpng 1.5.x suffers compatibility problems with /Za in Visual Studio as lcms does. Minor revision to XPS png reading code to cope with libpng 1.5.x API: Primarily, the 1.5.x API has made the png_info data type opaque to the calling code, so all access to the it contains *must* be done through function calls. No cluster differences expected. | ||||
* | Update our included copy of the libpng source to 1.2.42. | Ralph Giles | 2010-02-02 | 1 | -0/+3 |
| | | | | git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10697 a1074d23-0009-0410-80fe-cf8c14f379e6 | ||||
* | Move the included libpng out of the way. | Ralph Giles | 2007-05-11 | 1 | -3/+0 |
| | | | | git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@7947 a1074d23-0009-0410-80fe-cf8c14f379e6 | ||||
* | Copy the new 1.2.10 libpng release into our tree. | Ralph Giles | 2006-04-25 | 1 | -0/+3 |
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@6718 a1074d23-0009-0410-80fe-cf8c14f379e6 |