OpenAL should now work again under *nix
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1349 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
if [ "$uqm_SOUNDMODULE" = openal ]; then
|
if [ "$uqm_SOUNDMODULE" = "openal" ]; then
|
||||||
uqm_SUBDIRS="openal mixer decoders"
|
uqm_SUBDIRS="openal mixer decoders"
|
||||||
uqm_CFLAGS="$uqm_CFLAGS -DHAVE_OPENAL"
|
uqm_CFLAGS="$uqm_CFLAGS -DHAVE_OPENAL"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user