RESOLVED DUPLICATE of bug 161594 161482
[GStreamer] build fails with ACCELERATED_2D_CANVAS disabled
https://bugs.webkit.org/show_bug.cgi?id=161482
Summary [GStreamer] build fails with ACCELERATED_2D_CANVAS disabled
Philippe Normand
Reported 2016-09-01 03:15:31 PDT
We have: #if USE(CAIRO) && ENABLE(ACCELERATED_2D_CANVAS) #include <cairo-gl.h> #endif but in MediaPlayerPrivateGStreamerBase::nativeImageForCurrentTime(): #if !USE(CAIRO) || !ENABLE(ACCELERATED_2D_CANVAS) return nullptr; #endif I think the ifdef wrapping the #include should be USE(CAIRO) && ENABLE(OPENGL) or something similar.
Attachments
Philippe Normand
Comment 1 2016-09-01 03:31:39 PDT
The build error is that cairo_gl_device_set_thread_aware() isn't found because cairo-gl.h isn't included.
Zan Dobersek
Comment 2 2016-09-04 23:58:22 PDT
*** This bug has been marked as a duplicate of bug 161594 ***
Note You need to log in before you can comment on or make changes to this bug.