diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-27 06:43:54 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-27 06:43:54 -0400 |
commit | d6da299f4396488e8b7288e414c451f30df2b56e (patch) | |
tree | 17dac9ee044034e9459e5236a58f9b237e6d55d4 /indra/newview/viewer_manifest.py | |
parent | b2ade764a91ad1b7edcf6e21af76430f670f54fb (diff) | |
parent | 5b316df2249fc62c1e6a4f089b9726c4e62f23e0 (diff) |
pull in latest changes from autoubuild2010 branch
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r-- | indra/newview/viewer_manifest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 0de6817072..39ac03cd20 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -953,11 +953,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libopenjpeg.so.1") self.path("libopenjpeg.so") self.path("libalut.so") - 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: |