0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

WASAPI plugin: Mark parameter macro

This commit is contained in:
jp9000 2014-05-30 03:09:31 -07:00
parent 796ad99335
commit 924f780f50

View File

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