GNOME Bugzilla – Bug 640394
Don't use jmpbuf of private structure, removed in libpng 1.5
Last modified: 2011-03-02 01:53:19 UTC
Created attachment 179145 [details] [review] Use png_jmpbuf macro The structure is made private in libpng 1.5. Accessing the field can be done with the png_jmpbuf macro. According to comments in the libpng distribution, this macro is available from libpng 1.0.6.
(In reply to comment #0) This patch solves the problem. I've verified that io-png.c is compilable with libpng 1.5.
Committed. Thanks!
*** Bug 640404 has been marked as a duplicate of this bug. ***
*** Bug 641385 has been marked as a duplicate of this bug. ***