Fix linux openal library name

This commit is contained in:
Elias Naur 2005-03-30 08:32:15 +00:00
parent 198a7f5516
commit 1619279ed1
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public final class AL {
}
String[] oalPaths = LWJGLUtil.getLibraryPaths(new String[]{
"lwjglaudio", "lwjglaudio.dll",
"openal", "openal.so",
"openal", "libopenal.so",
"openal", "openal.dylib"}, AL.class.getClassLoader());
nCreate(oalPaths);
created = true;