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

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


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





--- Comment #6 from Gyuyoung Kim <gyuyoung.kim at webkit.org>  2014-08-22 22:56:13 PST ---
(From update of attachment 237027)
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

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