Skip to content

Commit

Permalink
Merge branch 'release/2020.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Mar 10, 2020
2 parents c8fd1e0 + 803868e commit 7b110f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@

## develop

## 2020.3.1

- [FIX] ubuntu-18.04_x86_64 で H.264 を有効にする
- @melpon

## 2020.3

- [UPDATE] Raspberry Pi の H.264 を利用時のリサイズ処理をハードウェアに変更する
- VPU でソフトウェア処理される `vc.ril.resize` からハードウェア処理される `vc.ril.isp` への変更
- YUV の形式が異なる場合の変換処理もハードウェアに変更
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ elseif(MOMO_PACKAGE_NAME STREQUAL "ubuntu-18.04_x86_64")
set(TARGET_OS "linux")
set(TARGET_OS_LINUX "ubuntu-18.04")
set(TARGET_ARCH "x86_64")
set(USE_H264 ON)
set(USE_SDL2 ON)
set(USE_NVCODEC_ENCODER ON)
set(BOOST_ROOT_DIR /root/boost)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MOMO_VERSION=2020.3
MOMO_VERSION=2020.3.1
WEBRTC_BUILD_VERSION=81.4044.9.0
BOOST_VERSION=1.72.0
JSON_VERSION=3.7.3
Expand Down

0 comments on commit 7b110f6

Please sign in to comment.