yquake2remaster/src
Daniel Gibson ebccfc63df Remove need to link against libopenal
libopenal is loaded with dlopen() and for all used alBla and alcBla functions
there are function pointers (just like thee qgl stuff for OpenGL).
Thus there's no need to link against libopenal on compile-time.

There were a few occurences of "normal" openal functions (al* instead of qal*)
- they are fixed now.

This allows to use a yquake2 version compield with WITH_OPENAL=yes to be used
on systems that have no libopenal installed (the standard SDL sound backend
will be used then).
2012-04-29 15:24:14 +02:00
..
client Last fixes and cleanups for OpenAL support 2012-04-28 15:44:14 +00:00
common Bump version number to 4.20 2012-04-29 08:08:21 +00:00
game - add support for big endian CPUs 2012-04-16 06:54:48 +00:00
refresh It's X11GAMMA with 2 "m". 2012-04-28 20:04:24 +00:00
sdl Merge out new options framework from the trunk 2012-04-25 09:57:17 +00:00
server Remove ctf/ from Makefile and simplify it. 2011-10-09 16:55:23 +00:00
unix Remove need to link against libopenal 2012-04-29 15:24:14 +02:00