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
---
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",