[quake3-commits] r1664 - in trunk: . code/client
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Oct 13 11:39:40 EDT 2009
Author: thilo
Date: 2009-10-13 11:39:39 -0400 (Tue, 13 Oct 2009)
New Revision: 1664
Modified:
trunk/Makefile
trunk/code/client/snd_openal.c
Log:
- Change default openal lib to libopenal.so.1
- USE_OPENAL_DLOPEN=1 now default
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-10-13 15:23:17 UTC (rev 1663)
+++ trunk/Makefile 2009-10-13 15:39:39 UTC (rev 1664)
@@ -112,11 +112,7 @@
endif
ifndef USE_OPENAL_DLOPEN
- ifeq ($(PLATFORM),mingw32)
- USE_OPENAL_DLOPEN=1
- else
- USE_OPENAL_DLOPEN=0
- endif
+USE_OPENAL_DLOPEN=1
endif
ifndef USE_CURL
Modified: trunk/code/client/snd_openal.c
===================================================================
--- trunk/code/client/snd_openal.c 2009-10-13 15:23:17 UTC (rev 1663)
+++ trunk/code/client/snd_openal.c 2009-10-13 15:39:39 UTC (rev 1664)
@@ -1739,7 +1739,7 @@
#elif defined(MACOS_X)
#define ALDRIVER_DEFAULT "/System/Library/Frameworks/OpenAL.framework/OpenAL"
#else
-#define ALDRIVER_DEFAULT "libopenal.so.0"
+#define ALDRIVER_DEFAULT "libopenal.so.1"
#endif
/*
More information about the quake3-commits
mailing list