diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2010-11-17 12:19:00 -0800 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2010-11-17 12:19:00 -0800 |
commit | f99ccb12dfc850222f7ec280488c5258ff80c91e (patch) | |
tree | 37d0d7db0fa8e947dc76c5561bd5cead01245355 | |
parent | e8e1d7e629b9a4a65cde766ed81334140a749428 (diff) |
Update slvoice dependency for Windows
-rw-r--r-- | indra/cmake/ViewerMiscLibs.cmake | 2 | ||||
-rw-r--r-- | install.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake index 32c4bc81df..df013b1665 100644 --- a/indra/cmake/ViewerMiscLibs.cmake +++ b/indra/cmake/ViewerMiscLibs.cmake @@ -3,7 +3,7 @@ include(Prebuilt) if (NOT STANDALONE) use_prebuilt_binary(libuuid) - use_prebuilt_binary(vivox) + use_prebuilt_binary(slvoice) use_prebuilt_binary(fontconfig) endif(NOT STANDALONE) diff --git a/install.xml b/install.xml index 391d83b224..9dd899f148 100644 --- a/install.xml +++ b/install.xml @@ -1408,7 +1408,7 @@ anguage Infrstructure (CLI) international standard</string> </map> </map> </map> - <key>vivox</key> + <key>slvoice</key> <map> <key>copyright</key> <string> </string> @@ -1433,9 +1433,9 @@ anguage Infrstructure (CLI) international standard</string> <key>windows</key> <map> <key>md5sum</key> - <string>e8fdd46cb026c2ec72c4489eb3bf39c1</string> + <string>f8ad27499ac29f0b9343f36c46f5a709</string> <key>url</key> - <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/vivox-3.1.0001.8821-windows-20100529.tar.bz2</uri> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/slvoice-3.2.0002.9361-windows-20101117.tar.bz2</uri> </map> </map> </map> |