summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/snd_openal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/snd_openal.c b/src/client/snd_openal.c
index 629f8921..e26375c2 100644
--- a/src/client/snd_openal.c
+++ b/src/client/snd_openal.c
@@ -2144,6 +2144,8 @@ static cvar_t *s_alCapture;
#define ALDRIVER_DEFAULT "OpenAL32.dll"
#elif defined(MACOS_X)
#define ALDRIVER_DEFAULT "/System/Library/Frameworks/OpenAL.framework/OpenAL"
+#elif defined(__OpenBSD__)
+#define ALDRIVER_DEFAULT "libopenal.so"
#else
#define ALDRIVER_DEFAULT "libopenal.so.1"
#endif