r348 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 13 16:01:07 EST 2005


Author: ludwig
Date: 2005-11-13 16:01:07 -0500 (Sun, 13 Nov 2005)
New Revision: 348

Modified:
   trunk/code/client/snd_openal.c
Log:
soname is libopenal.so.0


Modified: trunk/code/client/snd_openal.c
===================================================================
--- trunk/code/client/snd_openal.c	2005-11-13 19:40:10 UTC (rev 347)
+++ trunk/code/client/snd_openal.c	2005-11-13 21:01:07 UTC (rev 348)
@@ -1321,7 +1321,7 @@
 #ifdef _WIN32
 #define ALDRIVER_DEFAULT "OpenAL32.dll"
 #else
-#define ALDRIVER_DEFAULT "libopenal.so"
+#define ALDRIVER_DEFAULT "libopenal.so.0"
 #endif
 
 /*




More information about the quake3-commits mailing list