Skip to content

Commit

Permalink
Merge pull request #156 from shiguredo/feature/update-webrtc-132.6834…
Browse files Browse the repository at this point in the history
….5.2

WEBRTC_BUILD_VERSION を m132.6834.5.2 に上げる
  • Loading branch information
torikizi authored Jan 23, 2025
2 parents 7f9adfc + 2d1f769 commit 0b67f84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- boost::asio::deadline_timer が間接的にインクルードされなくなったので、websocket.h に boost/asio/deadline_timer.hpp のインクルードを追加して利用可能にする
- boost::json::error_code が削除されたので boost::system::error_code に置き換える
- @voluntas @torikizi @melpon
- [UPDATE] libwebrtc を m132.6834.4.0 にあげる
- [UPDATE] libwebrtc を m132.6834.5.2 にあげる
- H.265 Patch の修正に伴い、C++ SDK の H.265 に関する設定を変更
- examples と test に `rtc::CreateRandomString` のヘッダを追加
- `SetRtpTimestamp``frame.timestamp` から `frame.rtp_timestamp` に変更
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SORA_CPP_SDK_VERSION=2025.1.0-canary.4
WEBRTC_BUILD_VERSION=m132.6834.5.0
WEBRTC_BUILD_VERSION=m132.6834.5.2
BOOST_VERSION=1.87.0
CMAKE_VERSION=3.30.5
CUDA_VERSION=11.8.0-1
Expand Down
2 changes: 1 addition & 1 deletion examples/VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SORA_CPP_SDK_VERSION=2025.1.0-canary.4
WEBRTC_BUILD_VERSION=m132.6834.5.0
WEBRTC_BUILD_VERSION=m132.6834.5.2
BOOST_VERSION=1.87.0
CMAKE_VERSION=3.30.5
SDL2_VERSION=2.30.11
Expand Down

0 comments on commit 0b67f84

Please sign in to comment.