]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/openal_test1.cxx
do not yet add the relative sound position to the absolute position, it's generating...
[simgear.git] / simgear / sound / openal_test1.cxx
index 5342ddf199623e1eb00b61b718d92fd81d6de03f..94e3e4510303d2b0a6cc1daac69244f9131f55ea 100644 (file)
@@ -14,6 +14,10 @@ static unsigned int sleep(unsigned int secs) { return 0; }
 # include <OpenAL/al.h>
 # include <OpenAL/alc.h>
 # include <OpenAL/alut.h>
+#elif defined(OPENALSDK)
+# include <al.h>
+# include <alc.h>
+# include <AL/alut.h> 
 #else
 # include <AL/al.h>
 # include <AL/alc.h>