[Webkit-unassigned] [Bug 59607] New: Fix build with libpng-1.5.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 08:31:18 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59607

           Summary: Fix build with libpng-1.5.1
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojab at ojab.ru



ojab <ojab at ojab.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #91286|                            |review?
               Flag|                            |


Created an attachment (id=91286)
 --> (https://bugs.webkit.org/attachment.cgi?id=91286&action=review)
patch

In png_get_iCCP, the type of "profile" was changed from png_charpp to png_bytepp, so change type of profile from char* to unsigned char*.
Don't know if I should " #if (PNG_LIBPNG_VER < 10500) ", let's try without it first.

-- 
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