Source code
Revision control
Copy as Markdown
Other Tools
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 9869b771b3..c24536af90 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -620,6 +620,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",