forked from crow-misia/libwebrtc-bin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to 109.0.5414.74 version (#26)
Co-authored-by: alexlapa <[email protected]>
- Loading branch information
1 parent
4655d3d
commit 0c2e712
Showing
5 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "108.0.5359.124" | ||
spec.version = "109.0.5414.74" | ||
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' => '[email protected]' } | ||
spec.ios.deployment_target = '10.0' | ||
|
||
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/108.0.5359.124/libwebrtc-ios.zip" } | ||
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/109.0.5414.74/libwebrtc-ios.zip" } | ||
spec.vendored_frameworks = "WebRTC.xcframework" | ||
|
||
spec.pod_target_xcconfig = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/src/build/config/android/BUILD.gn b/src/build/config/android/BUILD.gn | ||
index f8d2e95c0..efdd3826e 100644 | ||
--- a/src/build/config/android/BUILD.gn | ||
+++ b/src/build/config/android/BUILD.gn | ||
@@ -45,13 +45,6 @@ config("compiler") { | ||
# by shrinking the alignment gap between segments. This also causes all | ||
# segments to be mapped adjacently, which breakpad relies on. | ||
ldflags += [ "-Wl,-z,max-page-size=4096" ] | ||
- | ||
- # Use non-standard (non-Itanium) ABI for Android64. This shrinks vtables | ||
- # in half and places them to .rodata, which greatly improves memory | ||
- # footprint. It should be safe, assuming all of C++ in Chromium is | ||
- # compiled with this flag. | ||
- cflags_cc = [ "-fexperimental-relative-c++-abi-vtables" ] | ||
- ldflags += [ "-fexperimental-relative-c++-abi-vtables" ] | ||
} | ||
|
||
if (current_cpu == "arm64") { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters