Bug 1766646 - Vendor libwebrtc from afef7a74a7 - moz.build file updates

This commit is contained in:
Michael Froman 2022-08-26 21:11:10 -05:00 committed by Connor Sheehan
parent 36f13e930b
commit 09339eddd9
2 changed files with 4 additions and 2 deletions

View File

@ -22,4 +22,5 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Merge day clobber 2022-08-22
Modified build files in third_party/libwebrtc - Bug 1766646 - Vendor libwebrtc from afef7a74a7

View File

@ -82,7 +82,8 @@ UNIFIED_SOURCES += [
"/third_party/libwebrtc/modules/audio_processing/aec3/subtractor_output.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/subtractor_output_analyzer.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/suppression_filter.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/suppression_gain.cc"
"/third_party/libwebrtc/modules/audio_processing/aec3/suppression_gain.cc",
"/third_party/libwebrtc/modules/audio_processing/aec3/transparent_mode.cc"
]
if not CONFIG["MOZ_DEBUG"]: