[Webkit-unassigned] [Bug 200163] JPEGImageDecoder: use libjpeg-turbo RGBA output path even for Adobe transform=0 JPEGs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 09:21:34 PDT 2019


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

--- Comment #11 from Loïc Yhuel <loic.yhuel at softathome.com> ---
(In reply to Fujii Hironori from comment #9)
> I think we should restrict libjpeg-turbo version by CMake and remove the
> workaround.
> 
> find_package(JPEG 1.2.1 REQUIRED)

FindJPEG.cmake defines JPEG_VERSION from JPEG_LIB_VERSION (with a regexp) : it's the libjpeg ABI version chosen when configuring libjpeg (for example 62).

libjpeg-turbo >= 1.5.0 has a libjpeg.pc, which has the libjpeg-turbo version.


(In reply to Michael Catanzaro from comment #10)
> Yeah that's good, 1.2.1 is pretty old.
But does everyone use libjpeg-turbo ?
The code is still compatible with the original libjpeg (IJG), obviously using only RGB output.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190730/53870163/attachment-0001.html>


More information about the webkit-unassigned mailing list