Bug 1928110 - Vendor libwebrtc from 19bbd6f02f - moz.build file updates

This commit is contained in:
Michael Froman
2024-11-26 02:02:25 -06:00
parent 98ac43932d
commit 421b0084eb
2 changed files with 3 additions and 2 deletions

View File

@@ -22,4 +22,4 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Modified build files in third_party/libwebrtc - Bug 1928110 - Vendor libwebrtc from a507a08904
Modified build files in third_party/libwebrtc - Bug 1928110 - Vendor libwebrtc from 19bbd6f02f

View File

@@ -31,7 +31,8 @@ LOCAL_INCLUDES += [
]
UNIFIED_SOURCES += [
"/third_party/libwebrtc/media/base/codec.cc"
"/third_party/libwebrtc/media/base/codec.cc",
"/third_party/libwebrtc/media/base/codec_comparators.cc"
]
if not CONFIG["MOZ_DEBUG"]: