[Webkit-unassigned] [Bug 174940] [GTK] Building with ENABLE_VIDEO=OFF fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 28 09:41:20 PDT 2017


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

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|webkit-unassigned at lists.web |aperez at igalia.com
                   |kit.org                     |

--- Comment #1 from Adrian Perez <aperez at igalia.com> ---
I looked a bit into this, and it's caused because MEDIA_STREAM is
enabled anyway, and it tries to use the definition of HTMLVideoElement,
which is guarded by ENABLE(VIDEO).

This is due to a missing feature dependency in the CMake build files.
We need to add:

  WEBKIT_OPTION_DEPEND(ENABLE_MEDIA_STREAM ENABLE_VIDEO)

I'll be submitting a patch.

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


More information about the webkit-unassigned mailing list