[Webkit-unassigned] [Bug 151188] [EFL] Fix EFL 1.16 with enabled NEON support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 05:42:10 PST 2015


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

--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org> ---
Maybe the following patch fixes this issue:

diff --git a/src/lib/ector/software/ector_drawhelper_private.h b/src/lib/ector/software/ector_drawhelper_private.h
index d15a8f6..d62830a 100644
--- a/src/lib/ector/software/ector_drawhelper_private.h
+++ b/src/lib/ector/software/ector_drawhelper_private.h
@@ -11,6 +11,10 @@
 #define MAX( a, b )  ( (a) > (b) ? (a) : (b) )
 #endif

+#ifndef DATA32
+typedef unsigned int DATA32;
+#endif
+
 #ifndef uint
 typedef unsigned int uint;
 #endif



I'll try it later and will submit if it is enough.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151112/a77fd22f/attachment.html>


More information about the webkit-unassigned mailing list