Added support for loading libopenal64.so. Added libopenal64.so compiled from openal soft 1.5.304.

This commit is contained in:
Elias Naur 2008-09-07 08:16:11 +00:00
parent 14a3d51592
commit 708f354267
2 changed files with 1 additions and 1 deletions

BIN
libs/linux/libopenal64.so Executable file

Binary file not shown.

View File

@ -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";