On Sat, Jul 22, 2017 at 12:11 PM, Enrico Weigelt, metux IT consult <
[email protected]> wrote:


> I'm currently in process of making the media stuff optional.
> (dont need/want it within mail client).
>

I suspect this will be painful to maintain. We used to have a lot of
#ifdefs for media playback support but they weren't tested and were usually
broken, so we removed them.

If you're just concerned about codesize, you can get a significant
reduction by stubbing out the MediaDecoder class and then disabling all the
code it depends on. For recent versions you'll also need to stub out the
webrtc implementation. But in general, bottom-up will be easier than
top-down for the media stuff.

 -r
_______________________________________________
dev-platform mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to