From 92452d76147e70960791f18a3db487ba9f73b446 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sun, 4 Sep 2022 11:50:24 +0000 Subject: Issue #80 - reinstated unified building for some large chunks of our code. This should reduce compile complexity saving time and reducing linker stress. --- dom/media/fmp4/moz.build | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dom/media/fmp4/moz.build') diff --git a/dom/media/fmp4/moz.build b/dom/media/fmp4/moz.build index 375c6effe7..69e10fc783 100644 --- a/dom/media/fmp4/moz.build +++ b/dom/media/fmp4/moz.build @@ -9,10 +9,13 @@ EXPORTS += [ 'MP4Stream.h', ] -SOURCES += [ +UNIFIED_SOURCES += [ 'MP4Decoder.cpp', - 'MP4Demuxer.cpp', 'MP4Stream.cpp', ] +SOURCES += [ + 'MP4Demuxer.cpp', +] + FINAL_LIBRARY = 'xul' -- cgit v1.2.3