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/mediasink/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/media/mediasink') diff --git a/dom/media/mediasink/moz.build b/dom/media/mediasink/moz.build index ce6ed95be2..0aafa0599f 100644 --- a/dom/media/mediasink/moz.build +++ b/dom/media/mediasink/moz.build @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -SOURCES += [ +UNIFIED_SOURCES += [ 'AudioSinkWrapper.cpp', 'DecodedAudioDataSink.cpp', 'DecodedStream.cpp', -- cgit v1.2.3