+patch

This patch makes it work for me

osgal-0.6.1/src/openalpp/AudioBase.cpp

--- AudioBase.cpp~      2006-12-04 12:06:32.000000000 -0800
+++ AudioBase.cpp       2008-08-10 17:34:45.000000000 -0700
@@ -66,7 +66,8 @@
 #if OPENAL_VERSION < 2005
     device_=alcOpenDevice((/*const */ALubyte *)"'((direction \"write\")) 
'((devices '(al
sa sdl native null)))");
 #else // OPENAL_VERSION < 2005
-    device_=alcOpenDevice("'((direction \"write\")) '((devices '(alsa sdl 
native null)))");
+    //device_=alcOpenDevice("'((direction \"write\")) '((devices '(alsa sdl 
native null)))");
+    device_=alcOpenDevice(NULL);
 #endif // OPENAL_VERSION < 2005
 #endif
     if(!device_)




-- 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to