[Webkit-unassigned] [Bug 179373] [GStreamer] Builds fails with ENABLE_VIDEO=OFF due to GStreamer usage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 7 06:44:19 PST 2017


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

--- Comment #1 from Adrian Perez <aperez at igalia.com> ---
Setting both “ENABLE_VIDEO=OFF” and “ENABLE_WEB_AUDIO=OFF” effectively
makes CMake skip checking for GStreamer, and the “USE(GSTREAMER)” guard
evaluates to false.

I see the following options:

 1.) Fixing things using ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=ON
     combination works.
 2.) Make ENABLE_WEB_AUDIO depend on ENABLE_VIDEO.
 3.) Have a new ENABLE_MULTIMEDIA on which both ENABLE_VIDEO and
     ENABLE_WEB_AUDIO depend.
 4.) ???

What should we do here?

-- 
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/20171107/be358e5e/attachment-0001.html>


More information about the webkit-unassigned mailing list