aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-13 15:39:39 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-13 15:39:39 +0000
commit90db03bac1fa3a30df9223ebcbbf7d31e895303d (patch)
treea5e8bc9753ce16c2921f3880e561d011e1640875
parentf324fd7ab4639210ad1b2c95a2381c65ebee2e3c (diff)
downloadioquake3-aero-90db03bac1fa3a30df9223ebcbbf7d31e895303d.tar.gz
ioquake3-aero-90db03bac1fa3a30df9223ebcbbf7d31e895303d.zip
- Change default openal lib to libopenal.so.1
- USE_OPENAL_DLOPEN=1 now default git-svn-id: svn://svn.icculus.org/quake3/trunk@1664 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--Makefile6
-rw-r--r--code/client/snd_openal.c2
2 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index d589060..c2879eb 100644
--- a/Makefile
+++ b/Makefile
@@ -112,11 +112,7 @@ USE_OPENAL=1
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
diff --git a/code/client/snd_openal.c b/code/client/snd_openal.c
index 45b1398..28ba801 100644
--- a/code/client/snd_openal.c
+++ b/code/client/snd_openal.c
@@ -1739,7 +1739,7 @@ static cvar_t *s_alCapture;
#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
/*