decklink: Add option to disable the plugin
Add an option to the cmake build system to disable the plugin. This is needed on arm, as the plugin uses x86-intrinsics.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
project(win-decklink)
|
||||
|
||||
if(DISABLE_DECKLINK)
|
||||
message(STATUS "decklink plugin disabled")
|
||||
return()
|
||||
endif()
|
||||
|
||||
include(IDLFileHelper)
|
||||
|
||||
set(win-decklink-sdk_IDLS
|
||||
|
Reference in New Issue
Block a user