Skip to content

Commit

Permalink
Upgrade to 121.0.6167.85 version (#77)
Browse files Browse the repository at this point in the history
- update Linux patches

Co-authored-by: rogurotus <rogurotus@gmail.com>
  • Loading branch information
instrumentisto-bot and rogurotus authored Feb 1, 2024
1 parent cfd3e5d commit d7f23c0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 49 deletions.
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=120.0.6099.224
WEBRTC_VERSION=121.0.6167.85
# Look for the concrete revision for WebRTC in:
# https://chromium.googlesource.com/chromium/src/+/refs/tags/<WEBRTC_VERSION>/DEPS
WEBRTC_COMMIT=b0cc68e61205fd11a7256a6e85307ec17ad95790
WEBRTC_COMMIT=0f741da200c064aea70a790d2fbf678e930bff39

PACKAGE_NAMES= \
linux-arm64 \
Expand Down
1 change: 0 additions & 1 deletion build/linux-arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/4k_linux.patch && \
patch -p2 < $(PATCH_DIR)/disable_use_hermetic_xcode_on_linux.patch && \
patch -p2 < $(PATCH_DIR)/linux_is_pod_deprecate.patch && \
patch -p2 < $(PATCH_DIR)/linux_clang_optional.patch

.PHONY: build
Expand Down
1 change: 0 additions & 1 deletion build/linux-x64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/4k_linux.patch && \
patch -p2 < $(PATCH_DIR)/disable_use_hermetic_xcode_on_linux.patch && \
patch -p2 < $(PATCH_DIR)/linux_is_pod_deprecate.patch && \
patch -p2 < $(PATCH_DIR)/linux_clang_optional.patch

.PHONY: build
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 = "120.0.6099.224"
spec.version = "121.0.6167.85"
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/120.0.6099.224/libwebrtc-ios.zip" }
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/121.0.6167.85/libwebrtc-ios.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"

spec.pod_target_xcconfig = {
Expand Down
6 changes: 3 additions & 3 deletions patch/linux_clang_optional.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ diff --git a/src/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h b/src
index 425ca2a0c8..b45c6dd777 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
@@ -121,6 +121,7 @@ class LossBasedBweV2 {
double hold_duration_factor = 0.0;
@@ -124,6 +124,7 @@ class LossBasedBweV2 {
bool use_byte_loss_rate = false;
TimeDelta padding_duration = TimeDelta::Zero();
bool bound_best_candidate = false;
+ Config() { }
};

struct Derivatives {
struct Derivatives {
40 changes: 0 additions & 40 deletions patch/linux_is_pod_deprecate.patch

This file was deleted.

0 comments on commit d7f23c0

Please sign in to comment.