diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2014-08-31 05:51:38 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2014-09-01 21:27:44 -0700 |
| commit | 266992684ded0a0121c4ebea7926587524668780 (patch) | |
| tree | a3e2b7c7af05ab31b402e9debd935a9744963850 /Source/Core/AudioCommon/OpenALStream.cpp | |
| parent | eb08fb5095d9b744a39a2bb57a0fe6b3fb489187 (diff) | |
msvc: remove some remnants of SDL and DSound from projects and general cleanup.
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/OpenALStream.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp index f82202c5da..b4628453ba 100644 --- a/Source/Core/AudioCommon/OpenALStream.cpp +++ b/Source/Core/AudioCommon/OpenALStream.cpp @@ -11,6 +11,10 @@ #if defined HAVE_OPENAL && HAVE_OPENAL +#ifdef _WIN32 +#pragma comment(lib, "openal32.lib") +#endif + static soundtouch::SoundTouch soundTouch; // |
