mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
- Change default openal lib to libopenal.so.1
- USE_OPENAL_DLOPEN=1 now default
This commit is contained in:
parent
fc539dc46a
commit
290f51e353
2 changed files with 2 additions and 6 deletions
6
Makefile
6
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
|
||||
|
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue