-
When using the OpenAL-soft driver, I'd like to keep the current DLL name. Is this possible? Do I need to recompile the UserLib? |
Beta Was this translation helpful? Give feedback.
Answered by
vkamenar
Apr 24, 2025
Replies: 1 comment
-
Just edit |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vceler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just edit
src/openal32.def
andsrc/openal64.def
and replace every occurrence ofopenal32.dll
andopenal64.dll
with the corresponding OpenAL-soft DLL name. Then rerunbuild.bat
to recreate the UserLibs.