[Webkit-unassigned] [Bug 136156] [EFL] Enable WebP support.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 22 23:03:56 PDT 2014


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





--- Comment #8 from KwangHyuk <hyuki.kim at samsung.com>  2014-08-22 23:04:02 PST ---
(In reply to comment #6)
> (From update of attachment 237027 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=237027&action=review
> 
> > Source/WTF/wtf/Platform.h:450
> > +#if PLATFORM(GTK) || PLATFORM(EFL)
> 
> If you add this macro, you enable USE(GLIB) as well. It means you enable GTK specific codes as well !! 
> 
> For instance,
> 
> #if USE(GLIB)
> typedef struct _GFileIOStream GFileIOStream;
> typedef struct _GModule GModule;
> #endif

Thank you for your correction. :)
Patch was newly updated.

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