You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ project(DelogoHD CXX)
8
8
9
9
option(DELOGOHD_BUILD_TEST_TOOLS"Build DelogoHD baseline test tools"ON)
10
10
option(DELOGOHD_COPY_RELEASE"Copy the built plugin to the legacy Release_<version> directory"OFF)
11
-
set(DELOGOHD_AVISYNTHPLUS_TAG "v3.7.5"CACHESTRING"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"CACHESTRING"AviSynthPlus tag used when pkg-config cannot find AviSynth headers")
12
13
set(DELOGOHD_VAPOURSYNTH_TAG "R72"CACHESTRING"VapourSynth tag used when pkg-config cannot find VapourSynth headers")
0 commit comments