mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 14:07:52 +00:00
Added support for loading libopenal64.so. Added libopenal64.so compiled from openal soft 1.5.304.
This commit is contained in:
parent
14a3d51592
commit
708f354267
2 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ public final class AL {
|
|||
break;
|
||||
case LWJGLUtil.PLATFORM_LINUX:
|
||||
libname = "openal";
|
||||
library_names = new String[]{"libopenal.so", "libopenal.so.0"};
|
||||
library_names = new String[]{"libopenal64.so", "libopenal.so", "libopenal.so.0"};
|
||||
break;
|
||||
case LWJGLUtil.PLATFORM_MACOSX:
|
||||
libname = "openal";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue