commit a4f9b03492f6250ef5893a624ae63e343f3b9bd1
parent 182eac43c2c4609eeab8842cc12f3e7f72c69feb
Author: Dan Baker <dbaker@mozilla.com>
Date: Wed, 12 Nov 2025 10:33:45 -0700
Bug 1995393 - Vendor libwebrtc from 2cf793d20c - moz.build file updates
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CLOBBER b/CLOBBER
@@ -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 1995393 - Vendor libwebrtc from 684e8494e0
+Modified build files in third_party/libwebrtc - Bug 1995393 - Vendor libwebrtc from 2cf793d20c
diff --git a/third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build b/third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build
@@ -116,6 +116,13 @@ if CONFIG["OS_TARGET"] == "WINNT":
DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True
DEFINES["__STD_C"] = True
+ OS_LIBS += [
+ "crypt32",
+ "iphlpapi",
+ "secur32",
+ "winmm"
+ ]
+
if CONFIG["TARGET_CPU"] == "aarch64":
DEFINES["WEBRTC_ARCH_ARM64"] = True