From 97a8a0402428e6c0ffd56125e06f087090b59c80 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 24 Oct 2024 13:38:09 +0200 Subject: [PATCH] DELTACAST: build with v6.19.01 (Win only) --- .github/scripts/Windows/prepare_msys.sh | 2 +- src/deltacast_common.hpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/scripts/Windows/prepare_msys.sh b/.github/scripts/Windows/prepare_msys.sh index 624d8d0a6..921b0c0a7 100644 --- a/.github/scripts/Windows/prepare_msys.sh +++ b/.github/scripts/Windows/prepare_msys.sh @@ -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 diff --git a/src/deltacast_common.hpp b/src/deltacast_common.hpp index d46553bb6..3b20627f8 100644 --- a/src/deltacast_common.hpp +++ b/src/deltacast_common.hpp @@ -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