Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to 132.0.6834.83 #140

Merged
merged 3 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ CCACHE_VERSION=4.8.3

# WebRTC doesn't have its own versioning, so we use Chromium versions:
# https://chromiumdash.appspot.com/releases
WEBRTC_VERSION=131.0.6778.264
WEBRTC_VERSION=132.0.6834.83
# Look for the concrete revision for WebRTC in:
# https://chromium.googlesource.com/chromium/src/+/refs/tags/<WEBRTC_VERSION>/DEPS
WEBRTC_COMMIT=79aff54b0fa9238ce3518dd9eaf9610cd6f22e82
WEBRTC_COMMIT=afaf497805cbb502da89991c2dcd783201efdd08

# Additional revision of the `WEBRTC_VERSION` added as `-rN` suffix to it, and
# tracking additional changes applied on top of it.
Expand Down
3 changes: 1 addition & 2 deletions build/linux-arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ patch: common-patch
patch -p2 < $(PATCH_DIR)/4k_linux.patch && \
patch -p2 < $(PATCH_DIR)/disable_use_hermetic_xcode_on_linux.patch && \
patch -p2 < $(PATCH_DIR)/linux_clang_optional.patch && \
patch -p2 < $(PATCH_DIR)/linux_fix_enable_safe_libstdcxx.patch && \
patch -p2 < $(PATCH_DIR)/linux_emplace.patch
patch -p2 < $(PATCH_DIR)/linux_fix_enable_safe_libstdcxx.patch

.PHONY: build
build: download patch
Expand Down
3 changes: 1 addition & 2 deletions build/linux-x64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ patch: common-patch
patch -p2 < $(PATCH_DIR)/4k_linux.patch && \
patch -p2 < $(PATCH_DIR)/disable_use_hermetic_xcode_on_linux.patch && \
patch -p2 < $(PATCH_DIR)/linux_clang_optional.patch && \
patch -p2 < $(PATCH_DIR)/linux_fix_enable_safe_libstdcxx.patch && \
patch -p2 < $(PATCH_DIR)/linux_emplace.patch
patch -p2 < $(PATCH_DIR)/linux_fix_enable_safe_libstdcxx.patch

.PHONY: build
build: download patch
Expand Down
4 changes: 2 additions & 2 deletions instrumentisto-libwebrtc-bin.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|
spec.name = "instrumentisto-libwebrtc-bin"
spec.version = "131.0.6778.264"
spec.version = "132.0.6834.83"
spec.summary = "Pre-compiled `libwebrtc` library for Darwin used by Medea Flutter-WebRTC."

spec.homepage = "https://github.com/instrumentisto/libwebrtc-bin"
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE.md' }
spec.author = { 'Instrumentisto Team' => 'developer@instrumentisto.com' }
spec.ios.deployment_target = '10.0'

spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/131.0.6778.264/libwebrtc-ios.zip" }
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/132.0.6834.83/libwebrtc-ios.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"

spec.pod_target_xcconfig = {
Expand Down
9 changes: 4 additions & 5 deletions patch/add_licenses.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/src/tools_webrtc/libs/generate_licenses.py b/src/tools_webrtc/libs/generate_licenses.py
index 86b4cd01f0..ece2fc710f 100755
index eb49857..0671bb7 100755
--- a/src/tools_webrtc/libs/generate_licenses.py
+++ b/src/tools_webrtc/libs/generate_licenses.py
@@ -47,6 +47,12 @@ LIB_TO_LICENSES_DICT = {
@@ -48,6 +48,12 @@ LIB_TO_LICENSES_DICT = {
'third_party/android_deps/libs/'
'com_google_errorprone_error_prone_core/LICENSE'
],
Expand All @@ -15,12 +15,11 @@ index 86b4cd01f0..ece2fc710f 100755
'fiat': ['third_party/boringssl/src/third_party/fiat/LICENSE'],
'guava': ['third_party/android_deps/libs/com_google_guava_guava/LICENSE'],
'ijar': ['third_party/ijar/LICENSE'],
@@ -61,6 +67,7 @@ LIB_TO_LICENSES_DICT = {
'libvpx': ['third_party/libvpx/source/libvpx/LICENSE'],
@@ -63,6 +69,7 @@ LIB_TO_LICENSES_DICT = {
'libyuv': ['third_party/libyuv/LICENSE'],
'llvm-libc': ['third_party/llvm-libc/src/LICENSE.TXT'],
'nasm': ['third_party/nasm/LICENSE'],
+ 'openh264': ['third_party/openh264/src/LICENSE'],
'opus': ['third_party/opus/src/COPYING'],
'pffft': ['third_party/pffft/LICENSE'],
'protobuf': ['third_party/protobuf/LICENSE'],

7 changes: 3 additions & 4 deletions patch/linux_clang_optional.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
diff --git a/src/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h b/src/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h
index 425ca2a0c8..b45c6dd777 100644
index a81e206..ee1c2ad 100644
--- a/src/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h
+++ b/src/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h
@@ -124,7 +124,8 @@ class LossBasedBweV2 {
bool use_byte_loss_rate = false;
TimeDelta padding_duration = TimeDelta::Zero();
@@ -129,6 +129,7 @@ class LossBasedBweV2 {
bool bound_best_candidate = false;
bool pace_at_loss_based_estimate = false;
double median_sending_rate_factor = 0.0;
+ Config() { }
};

Expand Down
14 changes: 0 additions & 14 deletions patch/linux_emplace.patch

This file was deleted.

Loading