Opened 13 years ago

Closed 13 years ago

#4422 closed defect (fixed)

Compilation error with libwebp 0.1.3

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.9.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: webp
Cc: kyngchaos

Description

There was an API change between libwebp 0.1.2 and 0.1.3 that causes compilation error.

The colorspace field of WebPPicture is now of type WebPEncCSP, and not integer.

Change History (3)

comment:1 by Even Rouault, 13 years ago

Fixed in trunk (r23691) and in branches/1.9 (23692)

comment:2 by kyngchaos, 13 years ago

ah, right, I'm using webp 0.1.3. I won't have time for a full compile to test this fix (with the WEBP_ENCODER_ABI_VERSION test) until this evening. But I think it's one that if it works on linux, it'll be OK on OS X.

comment:3 by Even Rouault, 13 years ago

Milestone: 1.9.0
Resolution: fixed
Status: newclosed

Pushed in time for RC2.

Note: See TracTickets for help on using tickets.