fix for #1590, possible fix for #1849 (to be confirmed)

OpenAl is subtly different on each platform. Os X need the alutinit/exit stuff
This commit is contained in:
Jean-Luc Peurière
2004-11-29 20:36:03 +00:00
parent a54cde872d
commit e4562134d2

View File

@@ -202,6 +202,9 @@ ALvoid alutUnloadWAV(ALenum format,ALvoid *data,ALsizei size,ALsizei freq)
#endif /* WIN32 */
#ifdef __APPLE__
#define OUDE_OPENAL 1
#endif
SND_OpenALDevice::SND_OpenALDevice()