Skip to content

Commit eafb04b

Browse files
committed
build: pin avisynth headers for arm64
1 parent 45d8a79 commit eafb04b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ project(DelogoHD CXX)
88

99
option(DELOGOHD_BUILD_TEST_TOOLS "Build DelogoHD baseline test tools" ON)
1010
option(DELOGOHD_COPY_RELEASE "Copy the built plugin to the legacy Release_<version> directory" OFF)
11-
set(DELOGOHD_AVISYNTHPLUS_TAG "v3.7.5" CACHE STRING "AviSynthPlus tag used when pkg-config cannot find AviSynth headers")
11+
# Pin past v3.7.5 so fallback headers allow Visual Studio ARM64 builds.
12+
set(DELOGOHD_AVISYNTHPLUS_TAG "751ce2021cab1c8405d04825ac2f7e8ac93e8fa0" CACHE STRING "AviSynthPlus tag used when pkg-config cannot find AviSynth headers")
1213
set(DELOGOHD_VAPOURSYNTH_TAG "R72" CACHE STRING "VapourSynth tag used when pkg-config cannot find VapourSynth headers")
1314

1415
set(CMAKE_CXX_STANDARD 23)

0 commit comments

Comments
 (0)