obs-outputs: Check support for mbedtls func
This commit is contained in:
parent
dd19c29b3e
commit
2220884498
@ -77,7 +77,9 @@ bool obs_module_load(void)
|
||||
void obs_module_unload(void)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
#ifdef MBEDTLS_THREADING_ALT
|
||||
mbedtls_threading_free_alt();
|
||||
#endif
|
||||
WSACleanup();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user