Skip to content

Commit 85d3ad1

Browse files
authored
Merge pull request #205 from shiguredo/feature/update-webrtc-m138.7204.0.1
WEBRTC_BUILD_VERSION を m138.7204.0.1 に上げる
2 parents 95f51bb + 8b43afa commit 85d3ad1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- @melpon
1616
- [CHANGE] Android ビルドに利用するコンパイラを Android NDK に内包されている clang ではなく、libwebrtc の clang に変更する
1717
- @melpon
18-
- [UPDATE] libwebrtc を m138.7204.0.0 にあげる
18+
- [UPDATE] libwebrtc を m138.7204.0.1 にあげる
1919
- `rtc::revive::` を `webrtc::revive::` に変更する
2020
- m137 で `rtc_base/third_party/base64/base64.h` が削除されたため、websocket.cpp で `rtc_base/base64.h` をインクルードするように変更する
2121
- `webrtc::Base64::Encode` から `webrtc::Base64Encode` に変更する

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SORA_CPP_SDK_VERSION=2025.4.0-canary.8
2-
WEBRTC_BUILD_VERSION=m138.7204.0.0
2+
WEBRTC_BUILD_VERSION=m138.7204.0.1
33
BOOST_VERSION=1.88.0
44
CMAKE_VERSION=4.0.3
55
CUDA_VERSION=11.8.0-1

examples/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SORA_CPP_SDK_VERSION=2025.4.0-canary.8
2-
WEBRTC_BUILD_VERSION=m138.7204.0.0
2+
WEBRTC_BUILD_VERSION=m138.7204.0.1
33
BOOST_VERSION=1.88.0
44
CMAKE_VERSION=4.0.2
55
SDL2_VERSION=2.32.6

0 commit comments

Comments
 (0)