From 17c0f89ebee7bf79bb723f1a7fc328e7d92465b8 Mon Sep 17 00:00:00 2001 From: Michael Froman Date: Sun, 21 Aug 2022 23:33:32 -0500 Subject: [PATCH] Bug 1766646 - Vendor libwebrtc from ffdc6804bfa - moz.build file updates --- CLOBBER | 2 +- third_party/libwebrtc/api/video/video_frame_gn/moz.build | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CLOBBER b/CLOBBER index 1275aa53ee7d..db0bcd141355 100644 --- a/CLOBBER +++ b/CLOBBER @@ -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 diff --git a/third_party/libwebrtc/api/video/video_frame_gn/moz.build b/third_party/libwebrtc/api/video/video_frame_gn/moz.build index f2079628d2a1..974f200d5acc 100644 --- a/third_party/libwebrtc/api/video/video_frame_gn/moz.build +++ b/third_party/libwebrtc/api/video/video_frame_gn/moz.build @@ -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",