diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-15 19:58:25 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-15 19:58:25 +0000 |
commit | 650dd40187d63eb892a313b12d431f6b485e2dde (patch) | |
tree | 78ea0a79012b274c9a99501c3502c2de0e597cb0 /indra | |
parent | 1de3c1e127706ebc6a16f152635d456dcd59c17f (diff) |
update openal archive for linux.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/viewer_manifest.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index addaafa494..2b756c8dce 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -947,7 +947,11 @@ class Linux_i686Manifest(LinuxManifest): self.path("libopenjpeg.so.1") self.path("libopenjpeg.so") self.path("libalut.so") - self.path("libopenal.so", "libopenal.so.1") + self.path("libalut.so.0") + self.path("libalut.so.0.0.0") + self.path("libopenal.so") + self.path("libopenal.so.1") + self.path("libopenal.so.1.12.854") self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname self.path("libfontconfig.so.1.4.4") try: |