Commit 7ba7ce3a authored by Yue Wang's avatar Yue Wang Committed by GitHub

Correctly set the mixer plugin for osx output

parent 087fcc4e
......@@ -727,5 +727,5 @@ const struct AudioOutputPlugin osx_output_plugin = {
"osx",
osx_output_test_default_device,
&OSXOutput::Create,
nullptr,
&osx_mixer_plugin,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment