[Webkit-unassigned] [Bug 98878] Fix JPEG turbo decoding failure when IMAGE_DECODER_DOWN_SAMPLING is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 16:43:25 PST 2012


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





--- Comment #9 from noel gordon <noel.gordon at gmail.com>  2012-11-28 16:45:40 PST ---
Someone asked me a question about this.  @jaehun - should the #if test be as follows?

   #if ENABLE(IMAGE_DECODER_DOWN_SAMPLING) && defined(TURBO_JPEG_RGB_SWIZZLE)

Alternatively, we could remove all this and ensure that ports that use IMAGE_DECODER_DOWN_SAMPLING can use libjoeg-turbo correctly.   TURBO_JPEG_RGB_SWIZZLE should not be taken to mean libjpeg-turbo and I think we should fix that.  Thoughts?

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