[Webkit-unassigned] [Bug 112311] autotools build: Automagic dependencies for libsecret, geoclue, enchant, gstreamer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 03:42:12 PDT 2013


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





--- Comment #10 from Philippe Normand <pnormand at igalia.com>  2013-04-22 03:40:30 PST ---
(In reply to comment #8)
> (From update of attachment 194145 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=194145&action=review
> 
> >> Source/autotools/FindDependencies.m4:438
> >> +        enable_web_audio="yes"
> > 
> > So, if GStreamer is found both video and web_audio are enabled, even if only one of them was requested in the first place?
> 
> Yes as the dependencies are the same. That behaviour can be changed with a slightly more complicated check though.

The dependencies are only a part of the problem. HTML5 media and WebAudio are two different specifications. While we want HTML5 media always on if GStreamer is found it might not always be the case for WebAudio, which is less mature and actually, still webkitPrefixed for web developers.

Anyway, I suppose that's ok... In the past haven't enabled WebAudio build by default because the backends were immature but recently we discussed to enable it by default. So we can leave this is as it is, unless Martin has some objections.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list