1
0
Fork 0
firefox/third_party/libwebrtc/moz-patch-stack/0143.patch
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
797 B
Diff

From: Michael Froman <mfroman@mozilla.com>
Date: Wed, 5 Feb 2025 18:03:00 +0000
Subject: Bug 1942171 - add builtin_audio_processing_builder to the libwebrtc
build. r=pehrsons,webrtc-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D234594
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/27c29807e6f46562d2b6bae4b7b06a5966290afe
---
BUILD.gn | 1 +
1 file changed, 1 insertion(+)
diff --git a/BUILD.gn b/BUILD.gn
index 0dd2bb4f74..d3caa21e77 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -615,6 +615,7 @@ if (!build_with_chromium) {
if (build_with_mozilla) {
deps += [
+ "api/audio:builtin_audio_processing_builder",
"api/environment:environment_factory",
"api/video:video_frame",
"api/video:video_rtp_headers",