diff options
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index a953927..a376d98 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -292,7 +292,7 @@ class WindowsManifest(ViewerManifest): | |||
292 | # self.path("libeay32.dll") | 292 | # self.path("libeay32.dll") |
293 | # self.path("srtp.dll") | 293 | # self.path("srtp.dll") |
294 | # self.path("ssleay32.dll") | 294 | # self.path("ssleay32.dll") |
295 | self.path("tntk.dll") | 295 | # self.path("tntk.dll") |
296 | self.path("vivoxsdk.dll") | 296 | self.path("vivoxsdk.dll") |
297 | self.path("ortp.dll") | 297 | self.path("ortp.dll") |
298 | 298 | ||