From 4cbef35f503bb7ee8f489b354e4afb2350085709 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 16 Jul 2019 18:17:23 -0400 Subject: update Vivox for VOICE-56 --- indra/newview/viewer_manifest.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index f56dd461d8..8a38f3a742 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1036,7 +1036,6 @@ class DarwinManifest(ViewerManifest): for libfile in ( 'libortp.dylib', 'libvivoxsdk.dylib', - 'libvivoxplatform.dylib', 'SLVoice', ): self.path2basename(relpkgdir, libfile) @@ -1532,7 +1531,6 @@ class Linux_i686_Manifest(LinuxManifest): self.path("libsndfile.so.1") #self.path("libvivoxoal.so.1") # no - we'll re-use the viewer's own OpenAL lib self.path("libvivoxsdk.so") - self.path("libvivoxplatform.so") self.strip_binaries() -- cgit v1.2.3