Skip to content

Commit 9b8dc4a

Browse files
authored
browser(webkit): fix Ubuntu18, make vp9 build hermetic (#6421)
1 parent 47cf9c3 commit 9b8dc4a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

browser_patches/webkit/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1471
2-
Changed: [email protected] Wed, May 5, 2021 1:15:26 AM
1+
1472
2+
Changed: [email protected] Wed 05 May 2021 11:26:27 AM PDT

browser_patches/webkit/patches/bootstrap.diff

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ index ea0bfb0d7a5a64c1570da5333199f99b552a5ff6..2ebe8c6c5ac4343e0b373ccc271e86a4
15121512
m_timeZoneCache = std::unique_ptr<OpaqueICUTimeZone, OpaqueICUTimeZoneDeleter>(bitwise_cast<OpaqueICUTimeZone*>(icu::TimeZone::detectHostTimeZone()));
15131513
#endif
15141514
diff --git a/Source/ThirdParty/libwebrtc/CMakeLists.txt b/Source/ThirdParty/libwebrtc/CMakeLists.txt
1515-
index cd182454433e66fab776b45813dcbe74f5c1efde..404b745d1d0df6631fe19321037d2bee50a11682 100644
1515+
index cd182454433e66fab776b45813dcbe74f5c1efde..c4495e9f87ddb9f97b799aaea9d6b577f19ec8e4 100644
15161516
--- a/Source/ThirdParty/libwebrtc/CMakeLists.txt
15171517
+++ b/Source/ThirdParty/libwebrtc/CMakeLists.txt
15181518
@@ -290,6 +290,11 @@ set(webrtc_SOURCES
@@ -1527,12 +1527,13 @@ index cd182454433e66fab776b45813dcbe74f5c1efde..404b745d1d0df6631fe19321037d2bee
15271527
Source/third_party/libyuv/source/compare_common.cc
15281528
Source/third_party/libyuv/source/compare_gcc.cc
15291529
Source/third_party/libyuv/source/convert.cc
1530-
@@ -1697,6 +1702,9 @@ set(webrtc_INCLUDE_DIRECTORIES PRIVATE
1530+
@@ -1697,6 +1702,10 @@ set(webrtc_INCLUDE_DIRECTORIES PRIVATE
15311531
Source/third_party/libsrtp/config
15321532
Source/third_party/libsrtp/crypto/include
15331533
Source/third_party/libsrtp/include
15341534
+# Playwright begin
15351535
+ Source/third_party/libwebm
1536+
+ Source/third_party/libvpx/source/libvpx
15361537
+# Playwright end
15371538
Source/third_party/libyuv/include
15381539
Source/third_party/opus/src/celt

0 commit comments

Comments
 (0)