[quake3] OpenAL

fatty fatty at gsklan.de
Mon Sep 26 16:09:02 EDT 2005


Hello Mailinglist!

Is there nobody else who wants to use that OpenAL implementation? From 
my point of view OpenAL rocks and regarding to the thread in 
QuakeSRC.org's forums 
(http://www.quakesrc.org/forums/viewforum.php?f=20) BlackAura has 
support for Win32 ready, too.



btw.: if you run into problems with latest revision and the provided 
patch, you should alter the #endif tags from

#endif !USE_OPENAL

to

#endif // !USE_OPENAL

My GCC (3.4) did complain about some function declarations, too. So I 
had to change them from

void function()

to

void function(void)

but that should be anyway clear.


Stephan



More information about the quake3 mailing list