Skip to content

Commit

Permalink
DELTACAST: build with v6.19.01
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Oct 24, 2024
1 parent 4d73989 commit 5eb016c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/Windows/prepare_msys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ install_deltacast() {(
fi
mkdir VideoMaster
cd VideoMaster
filename=videomaster-win.x64-dev.zip
filename=VideoMaster_SDK_MacOSX_v6.19.01.zip
if curl -f -S "$SDK_URL/$filename" -O; then
FEATURES="$FEATURES --enable-deltacast"
echo "FEATURES=$FEATURES" >> "$GITHUB_ENV"
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/macOS/install_others.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install_ximea() {(
)}

install_deltacast() {
filename=videomaster-macos-dev.zip
filename=VideoMaster_SDK_MacOSX_v6.19.01.zip
if [ ! -f "$SDK_NONFREE_PATH/$filename" ]; then
return
fi
Expand Down

0 comments on commit 5eb016c

Please sign in to comment.