CI mac arm64: disable cineform+Deltacast

- cineform seems to be unsupported altogether
- Deltacast should work but it doesn't seem so
This commit is contained in:
Martin Pulec
2024-02-08 15:57:53 +01:00
parent d25d80939c
commit 3a076d2482
3 changed files with 10 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ install_aja() {(
install_deltacast() {(
DELTA_CACHE_INST=${SDK_NONFREE_PATH-nonexistent}/VideoMasterHD_inst
if [ ! -d "$DELTA_CACHE_INST" ]; then
if [ ! -d "$DELTA_CACHE_INST" ] || [ "$(uname -m)" = arm64 ]; then
return 0
fi
FEATURES="$FEATURES --enable-deltacast"