mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-03-21 17:30:58 +00:00
soname is libopenal.so.0
This commit is contained in:
parent
8612d7e475
commit
17719e0c61
1 changed files with 1 additions and 1 deletions
|
@ -1321,7 +1321,7 @@ static ALCcontext *alContext;
|
|||
#ifdef _WIN32
|
||||
#define ALDRIVER_DEFAULT "OpenAL32.dll"
|
||||
#else
|
||||
#define ALDRIVER_DEFAULT "libopenal.so"
|
||||
#define ALDRIVER_DEFAULT "libopenal.so.0"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue