[webkit-dev] compile failure when I try to introduce GLContextEGL to MediaPlayerPrivateGStreamer
Darin Adler
darin at apple.com
Fri Nov 9 07:13:15 PST 2012
On Nov 9, 2012, at 12:27 AM, Simon Hausmann <simon.hausmann at digia.com> wrote:
> It's the X11 headers that are broken and the usual workaround is to do things like
>
> #undef None
>
> after including them. That should probably happen in GLContextEGL.h or even nearer to the inclusion.
I agree.
You can see one existing case of this workaround in WebCore/bridge/npruntime_internal.h and other headers that include the relevant X11 header need the same workaround.
-- Darin
More information about the webkit-dev
mailing list