Skip to content

Commit

Permalink
Sora C++ SDK を 2024.8.0-canary.33 に上げる
Browse files Browse the repository at this point in the history
C++ SDK が依存するその他のライブラリも合わせてアップデートする
  • Loading branch information
zztkm committed Dec 27, 2024
1 parent 086a2b5 commit e39d364
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
- @melpon
- [UPDATE] Sora C++ SDK を `2024.8.0` に上げる
- それに伴って以下のライブラリのバージョンも上げる
- libwebrtc のバージョンを `m128.6613.2.0` に上げる
- Boost のバージョンを `1.86.0` に上げる
- CMake のバージョンを `3.30.3` に上げる
- libwebrtc のバージョンを `m132.6834.4.0` に上げる
- Boost のバージョンを `1.87.0` に上げる
- CMake のバージョンを `3.30.5` に上げる
- OpenH264 のバージョンを `2.5.0` に上げる
- `#include <rtc_base/helpers.h>``#include <rtc_base/crypto_random.h>` に置き換える
- `boost::json::error_code``boost::system::error_code` に置き換える
- @melpon @voluntas
- @melpon @voluntas @zztkm
- [UPDATE] Blend2D, AsmJit を最新版に上げる
- @melpon, torikizi
- @melpon, @torikizi
- [ADD] Ubuntu 24.04 のビルドを追加
- @melpon

Expand Down
10 changes: 5 additions & 5 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ZAKURO_VERSION=2024.2.0-canary.2
SORA_CPP_SDK_VERSION=2024.8.0-canary.3
WEBRTC_BUILD_VERSION=m128.6613.2.0
BOOST_VERSION=1.86.0
SORA_CPP_SDK_VERSION=2024.8.0-canary.33
WEBRTC_BUILD_VERSION=m132.6834.4.0
BOOST_VERSION=1.87.0
CLI11_VERSION=v2.4.2
CMAKE_VERSION=3.30.3
CMAKE_VERSION=3.30.5
BLEND2D_VERSION=ca5403c1d02b2bc9d2de581e4cb13e5e80f33860
ASMJIT_VERSION=2e93826348d6cd1325a8b1f7629e193c58332da9
OPENH264_VERSION=v2.4.1
OPENH264_VERSION=v2.5.0
YAML_CPP_VERSION=0.8.0

0 comments on commit e39d364

Please sign in to comment.