Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsw1111 committed Jun 25, 2022
1 parent 1292625 commit f7397b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xLights/AudioManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -929,9 +929,7 @@ void AudioData::RestorePos()
}

#ifndef __WXMSW__
// TODO we need to replace this on OSX/Linux
// Only windows supports multiple audio devices ... I think .. well at least I know Linux doesn't
_device = "";
#else
// override the default driver on windows so we can access the microphone
if (SDL_AudioInit("directsound") != 0) {
Expand Down

0 comments on commit f7397b3

Please sign in to comment.