We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f62364 commit 5359264Copy full SHA for 5359264
cmake/dependencies/aja.cmake
@@ -129,6 +129,8 @@ ENDIF()
129
130
IF(_use_brew_mbedtls)
131
LIST(APPEND _configure_options "-DAJANTV2_DISABLE_MBEDTLS=ON")
132
+ # In AJA SDK, AJANTV2_DISABLE_PLUGIN_LOAD=ON also disables internal mbedtls
133
+ LIST(APPEND _configure_options "-DAJANTV2_DISABLE_PLUGIN_LOAD=ON")
134
SET(_aja_install_command
135
${_cmake_install_command}
136
)
0 commit comments