Blender Git Commit Log

Git Commits -> Revision e534171

Revision e534171 by Kent Mein (master)
December 20, 2002, 19:27 (GMT)


Shrunk the hack so it didn't get used in newer versions of OpenAL which
seems to be working.

Kent

(diff follows)

Index: SND_OpenALDevice.cpp
===================================================================
RCS file: /cvs01/blender/source/gameengine/SoundSystem/openal/SND_OpenALDevice.cpp,v
retrieving revision 1.4
diff -u -r1.4 SND_OpenALDevice.cpp
--- SND_OpenALDevice.cpp 2002/11/25 15:29:57 1.4
+++ SND_OpenALDevice.cpp 2002/12/20 19:26:04
@@ -59,7 +59,7 @@
#include <fcntl.h>

/* untill openal gets unified we need this hack for non-windows systems */
-#ifndef WIN32
+#if !defined(WIN32) && !defined(ALC_MAJOR_VERSION)

Commit Details:

Full Hash: e5341714b6404dc8c7ede284a0a9f88f80e52b49
SVN Revision: 208
Parent Commit: 27e4fd1
Lines Changed: +1, -1

1 Modified Path:

/intern/SoundSystem/openal/SND_OpenALDevice.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021