mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 22:40:18 +00:00
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:
2
.github/scripts/macOS/install_others.sh
vendored
2
.github/scripts/macOS/install_others.sh
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user