dhewm3/neo/sound
spiral 468b266860 Remove hard-wired -framework OpenAL
We already link to OPENAL_LIBRARY further down.

Log some debug OpenAL info, mainly so OSX users can check they are not
using Apple's OpenAL. OpenAL Soft is recommended as it fixes many
issues.

I specify it as follows:

cmake -DOPENAL_LIBRARY=/usr/local/lib/libopenal.dylib -DOPENAL_INCLUDE_DIR=/usr/local/include -GXcode ../neo/

(because FindOpenAL.cmake prefers the /System frameworks)
2012-01-08 12:24:45 +01:00
..
efxlib.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
snd_cache.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
snd_decoder.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
snd_efxfile.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
snd_emitter.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
snd_local.h Remove MWERKS stuff 2011-12-23 13:04:21 +01:00
snd_shader.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
snd_system.cpp Remove hard-wired -framework OpenAL 2012-01-08 12:24:45 +01:00
snd_wavefile.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
snd_world.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
sound.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00