Re: Build without WebRTC

Ehsan Akhgari <[email protected]> Fri, 2 Oct 2015 17:12:18 -0400
Newsgroups gmane.comp.mozilla.devel.embedding
Message-ID <[email protected]>
On 2015-10-02 4:28 PM, [email protected] wrote:
> Hi,
>
> Is it possible to build gecko and mozembedlite libraries with WebRTC and
> PulseAudio disabled? I'm following the instructions from
> https://wiki.mozilla.org/Embedding/IPCLiteAPI and I've added this to my
> mozconfig:
> ac_add_options --enable-pulseaudio=no
> ac_add_options --enable-webrtc=no

Try --disable-webrtc and --disable-pulseaudio.  I think that should fix it.