@@ -7,6 +7,8 @@ void RegisterWASAPIOutput();
bool obs_module_load(uint32_t libobs_ver)
{
+ UNUSED_PARAMETER(libobs_ver);
+
RegisterWASAPIInput();
RegisterWASAPIOutput();
return true;