Skip to content

Commit 4d3a00f

Browse files
committed
[win32] Fix that spout had disappeared
1 parent e9b87bb commit 4d3a00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/score-plugin-gfx/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if(NOT TARGET avformat AND NOT EMSCRIPTEN)
1919
find_package(FFmpeg COMPONENTS AVCODEC AVFORMAT AVUTIL AVDEVICE)
2020
endif()
2121

22-
if(WIN32 AND "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64")
22+
if(WIN32 AND "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(x86_64|AMD64)")
2323
set(SCORE_HAS_SPOUT 1)
2424
endif()
2525

0 commit comments

Comments
 (0)