- 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
|
@ -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…
Add table
Add a link
Reference in a new issue