git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2947 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2008-04-29 22:11:17 +00:00
parent 7235d9f9fc
commit dfb02eebbf
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ static qboolean Alsa_InitAlsa(void)
return alsaworks;
tried = true;
// Try alternative names of libasound, sometimes it is not linked correctly.
alsasharedobject = dlopen("libasound.so.2", RTLD_LAZY|RTLD_LOCAL);
alsasharedobject = dlopen("libasound.so", RTLD_LAZY|RTLD_LOCAL);
if (!alsasharedobject)
{