[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:29:43 PDT 2019


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

--- Comment #12 from Konstantin Tokarev <annulen at yandex.ru> ---
(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)

Problem is that CMake's bundled FindJPEG (which we are using) does not detect libjpeg version, so you can write e.g. find_package(JPEG 55 REQUIRED) and it will succeed.

-- 
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/b5677cd2/attachment.html>


More information about the webkit-unassigned mailing list