Correctly set the mixer plugin for osx output
This commit is contained in:
@@ -727,5 +727,5 @@ const struct AudioOutputPlugin osx_output_plugin = {
|
|||||||
"osx",
|
"osx",
|
||||||
osx_output_test_default_device,
|
osx_output_test_default_device,
|
||||||
&OSXOutput::Create,
|
&OSXOutput::Create,
|
||||||
nullptr,
|
&osx_mixer_plugin,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user