mirror of
https://github.com/ioquake/ioq3.git
synced 2025-02-23 20:11:18 +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
|
endif
|
||||||
|
|
||||||
ifndef USE_OPENAL_DLOPEN
|
ifndef USE_OPENAL_DLOPEN
|
||||||
ifeq ($(PLATFORM),mingw32)
|
USE_OPENAL_DLOPEN=1
|
||||||
USE_OPENAL_DLOPEN=1
|
|
||||||
else
|
|
||||||
USE_OPENAL_DLOPEN=0
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef USE_CURL
|
ifndef USE_CURL
|
||||||
|
|
|
@ -1739,7 +1739,7 @@ static cvar_t *s_alCapture;
|
||||||
#elif defined(MACOS_X)
|
#elif defined(MACOS_X)
|
||||||
#define ALDRIVER_DEFAULT "/System/Library/Frameworks/OpenAL.framework/OpenAL"
|
#define ALDRIVER_DEFAULT "/System/Library/Frameworks/OpenAL.framework/OpenAL"
|
||||||
#else
|
#else
|
||||||
#define ALDRIVER_DEFAULT "libopenal.so.0"
|
#define ALDRIVER_DEFAULT "libopenal.so.1"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue