[Webkit-unassigned] [Bug 161482] New: [GStreamer] build fails with ACCELERATED_2D_CANVAS disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 1 03:15:31 PDT 2016


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

            Bug ID: 161482
           Summary: [GStreamer] build fails with ACCELERATED_2D_CANVAS
                    disabled
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com

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.

-- 
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/20160901/5959ea11/attachment.html>


More information about the webkit-unassigned mailing list