[Webkit-unassigned] [Bug 87524] add Farstream flags/deps to WebKit, for WebRTC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 00:23:07 PDT 2012


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





--- Comment #22 from Philippe Normand <pnormand at igalia.com>  2012-07-27 00:23:10 PST ---
(In reply to comment #21)
> > > This is already the case in configure.ac no?
> > 
> > Well, should be, but there's something wrong when I do
> > $ Tools/Scripts/build-webkit --gtk --debug
> > 
> > I'm ending with --enable-media-stream in the autogen argument list.
> > http://pastebin.com/wBq8TTNd
> 
> from Tools/Scripts/webkitperl/FeatureList.pm:293, I see that build-webkit enable media-stream for GTK by default. I'm not sure if we should remove that. What do you think Philippe?

I was meaning that:

AC_ARG_ENABLE(media_stream,
              AC_HELP_STRING([--enable-media-stream],
                             [enable media stream support (incomplete) [default=no]]),
              [],[enable_media_stream=$enable_unstable_features])

and you saw already that build-webkit toggles this flag on. So everything's fine, I believe.

-- 
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