Skip to content

Commit

Permalink
DELTACAST: build with v6.19.01 (Win only)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Oct 25, 2024
1 parent 4cd48a5 commit 813d371
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
if curl -f -S "$SDK_URL/VideoMaster_SDK_Windows.zip" -O; then
if curl -f -S "$SDK_URL/VideoMaster_SDK_Windows_v6.19.01.zip" -o VideoMaster_SDK_Windows.zip; then
FEATURES="$FEATURES --enable-deltacast"
echo "FEATURES=$FEATURES" >> "$GITHUB_ENV"
unzip VideoMaster_SDK_Windows.zip
Expand Down
4 changes: 4 additions & 0 deletions src/deltacast_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
#define VHD_MIN_6_19 1
#endif

#ifdef _WIN32
#undef VHD_MIN_6_19
#endif

// compat
#ifdef DELTA_DVI_DEPRECATED
#define VHD_BOARDTYPE_DVI VHD_BOARDTYPE_DVI_DEPRECATED
Expand Down

0 comments on commit 813d371

Please sign in to comment.