mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Only build OpenAL on Windows
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#if defined HAVE_OPENAL && HAVE_OPENAL
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <climits>
|
||||
#include <cstring>
|
||||
@@ -347,4 +347,4 @@ void OpenALStream::SoundLoop()
|
||||
}
|
||||
}
|
||||
|
||||
#endif // HAVE_OPENAL
|
||||
#endif // _WIN32
|
||||
|
||||
Reference in New Issue
Block a user