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

This commit is contained in:
Michael Froman 2022-08-21 23:33:32 -05:00 коммит произвёл Connor Sheehan
Родитель ac2f39359e
Коммит 17c0f89ebe
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -22,5 +22,5 @@
# 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 1766646 - Vendor libwebrtc from 9a99905301f
Modified build files in third_party/libwebrtc - Bug 1766646 - Vendor libwebrtc from ffdc6804bfa

Просмотреть файл

@ -30,6 +30,10 @@ LOCAL_INCLUDES += [
"/tools/profiler/public"
]
SOURCES += [
"/third_party/libwebrtc/api/video/i444_buffer.cc"
]
UNIFIED_SOURCES += [
"/third_party/libwebrtc/api/video/i420_buffer.cc",
"/third_party/libwebrtc/api/video/nv12_buffer.cc",