[Webkit-unassigned] [Bug 74286] [Chromium] Use decoding swizzle only on libjpeg-turbo 1.1.90+

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 13 10:49:57 PST 2011


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


Mike Gilbert <floppymaster at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |floppymaster at gmail.com




--- Comment #6 from Mike Gilbert <floppymaster at gmail.com>  2011-12-13 10:49:57 PST ---
(In reply to comment #5)
> * Enable the swizzle code only when we compile WebKit with a USE() macro;

This seems like the most flexible option to me.

Over in Gentoo land, we could introduce a portage use flag that would translate into a gyp definition and enable or disable the "swizzle" code explicitly.

This would also allow us to add libjpeg-turbo as an optional dependency; if the user enables the use flag, we hard depend on libjpeg-turbo. If they disable it, we depend on either libjpeg or libjpeg-turbo.

Other distros could make the decision when they build packages.

Just my 2 cents as a user and a Gentoo dev. Hopefully Pawel agrees with me.

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