videotoolbox/mediacodec support changing bitrate dynamically (#10117)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-11-30 11:44:51 +08:00
committed by GitHub
parent e0ed6ee986
commit d60b5a6ca0
7 changed files with 352 additions and 11 deletions

View File

@@ -1032,7 +1032,7 @@ jobs:
ANDROID_NDK_ROOT: ${{ steps.setup-ndk.outputs.ndk-path }}
run: |
rustup target add ${{ matrix.job.target }}
cargo install cargo-ndk --version ${{ env.CARGO_NDK_VERSION }}
cargo install cargo-ndk --version ${{ env.CARGO_NDK_VERSION }} --locked
case ${{ matrix.job.target }} in
aarch64-linux-android)
./flutter/ndk_arm64.sh