[Webkit-unassigned] [Bug 61738] New: compilation fails with libpng-1.5
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 30 10:42:53 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61738
Summary: compilation fails with libpng-1.5
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: angelos at gentoo.org
Created an attachment (id=95355)
--> (https://bugs.webkit.org/attachment.cgi?id=95355&action=review)
patch to use the current API
WebCore::writeOutput() in WebCore/platform/image-encoders/skia/PNGImageEncoder.cpp tries to access (struct *png_struct)->io_ptr which is deprecated in libpng-1.4 and removed in 1.5. The new way is to use png_get_io_ptr(). Attached is a patch that uses this function.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list