mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Select audio output on Linux
This commit is contained in:
@@ -584,6 +584,4 @@ void freeInput(void *p) {
|
||||
auto *input = (input_raw_t *)p;
|
||||
delete input;
|
||||
}
|
||||
|
||||
std::unique_ptr<deinit_t> init() { return std::make_unique<deinit_t>(); }
|
||||
} // namespace platf
|
||||
|
||||
Reference in New Issue
Block a user