using OpenAL32.dll name

This commit is contained in:
Brian Matzon 2005-10-20 21:46:20 +00:00
parent bf3a431ce7
commit 82f935ae34
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public final class AL {
if (created)
throw new IllegalStateException("Only one OpenAL context may be instantiated at any one time.");
String[] oalPaths = LWJGLUtil.getLibraryPaths(new String[]{
"lwjglaudio", "lwjglaudio.dll",
"OpenAL32", "OpenAL32.dll",
"openal", "libopenal.so",
"openal", "openal.dylib"}, AL.class.getClassLoader());
LWJGLUtil.log("Found " + oalPaths.length + " OpenAL paths");