commit 66777df72f35b9c6b701c0c8b5b46821f2da6909
parent 2b2e4476e7907e9656f90594c7ae57f20194c401
Author: Michael Froman <mfroman@mozilla.com>
Date: Thu, 9 Oct 2025 14:46:33 -0500
Bug 1993083 - Vendor libwebrtc from e70359716b
Upstream commit: https://webrtc.googlesource.com/src/+/e70359716bdc1215c0e6b456f40f61b790a03244
Remove include of jpeglibmangler.h.
This is a forward fix for https://webrtc-review.googlesource.com/c/src/+/400200.
Change-Id: Id253c74cea4bfbf0e607e026bc3c29b52047256c
Bug: webrtc:42226242
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/400641
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#45158}
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor
@@ -1,4 +1,4 @@
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
-libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-09T19:45:20.053968+00:00.
+libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-09T19:46:25.799725+00:00.
# base of lastest vendoring
-01f5c85064
+e70359716b
diff --git a/third_party/libwebrtc/test/testsupport/jpeg_frame_writer.cc b/third_party/libwebrtc/test/testsupport/jpeg_frame_writer.cc
@@ -24,7 +24,6 @@ extern "C" {
#else
// Include directory supplied by gn
#include "jpeglib.h" // NOLINT
-#include "jpeglibmangler.h"
#endif
}
diff --git a/third_party/libwebrtc/tools_webrtc/iwyu/apply_include_cleaner.py b/third_party/libwebrtc/tools_webrtc/iwyu/apply_include_cleaner.py
@@ -79,6 +79,7 @@ _IGNORED_HEADERS = [
"alsa\\/.*\\.h", # ALSA.
"pulse\\/.*\\.h", # PulseAudio.
"bits\\/.*\\.h", # pthreads.
+ "jpeglibmangler\\.h" # libjpeg.
]
_SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))