summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/moz-patch-stack/0081.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /third_party/libwebrtc/moz-patch-stack/0081.patch
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/moz-patch-stack/0081.patch')
-rw-r--r--third_party/libwebrtc/moz-patch-stack/0081.patch34
1 files changed, 34 insertions, 0 deletions
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 <apehrson@mozilla.com>
+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
+