Coin: Turn on Dynamically linked FFmpeg for Android

Turn on dynamically linked ffmpeg on Android on all hosts (Linux,
Windows and macOS).

Pick-to: 6.8
Task-number: QTBUG-122010
Change-Id: Ib3739173bee209ce73e77b75d7b345208da002e4
Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
This commit is contained in:
Bartlomiej Moskal
2024-05-29 11:02:12 +02:00
parent b5e6c9e59b
commit a675a87446
2 changed files with 2 additions and 2 deletions

View File

@@ -123,4 +123,4 @@ elif [ "$os" == "android-arm64" ]; then
SetEnvVar "FFMPEG_DIR_ANDROID_ARM64" "$target_dir"
fi
build_ffmpeg_android "$target_arch" "$target_dir"
build_ffmpeg_android "$target_arch" "$target_dir" "yes"