From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- third_party/libwebrtc/moz-patch-stack/0081.patch | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 third_party/libwebrtc/moz-patch-stack/0081.patch (limited to 'third_party/libwebrtc/moz-patch-stack/0081.patch') diff --git a/third_party/libwebrtc/moz-patch-stack/0081.patch b/third_party/libwebrtc/moz-patch-stack/0081.patch new file mode 100644 index 0000000000..7ed521fb6b --- /dev/null +++ b/third_party/libwebrtc/moz-patch-stack/0081.patch @@ -0,0 +1,34 @@ +From: Andreas Pehrson +Date: Fri, 24 Feb 2023 15:01:00 +0100 +Subject: Bug 1817024 - (fix-0e2cf6cc01) Skip library + create_peer_connection_quality_test_frame_generator. r?mjf! + +Differential Revision: https://phabricator.services.mozilla.com/D170887 +Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/fbbc1bf963fda30bca26ae6aac0c3459b8ebea6f +--- + api/BUILD.gn | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/api/BUILD.gn b/api/BUILD.gn +index ab5d6c91ce..3f313e2743 100644 +--- a/api/BUILD.gn ++++ b/api/BUILD.gn +@@ -702,6 +702,7 @@ rtc_library("create_frame_generator") { + absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ] + } + ++if (!build_with_mozilla) { + rtc_library("create_peer_connection_quality_test_frame_generator") { + visibility = [ "*" ] + testonly = true +@@ -718,6 +719,7 @@ rtc_library("create_peer_connection_quality_test_frame_generator") { + ] + absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ] + } ++} + + rtc_source_set("libjingle_logging_api") { + visibility = [ "*" ] +-- +2.34.1 + -- cgit v1.2.3