aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 1383bba..30c0271 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -278,12 +278,7 @@ class WindowsManifest(ViewerManifest):
278 if self.prefix(src='../media_plugins/webkit/%s' % self.args['configuration'], dst="llplugin"): 278 if self.prefix(src='../media_plugins/webkit/%s' % self.args['configuration'], dst="llplugin"):
279 self.path("media_plugin_webkit.dll") 279 self.path("media_plugin_webkit.dll")
280 self.end_prefix() 280 self.end_prefix()
281 281
282 # Media plugins - Gstreamer
283 if self.prefix(src='../media_plugins/gstreamer/%s' % self.args['configuration'], dst="llplugin"):
284 self.path("media_plugin_gstreamer010.dll", "media_plugin_gstreamer.dll")
285 self.end_prefix()
286
287 # For WebKit/Qt plugin runtimes 282 # For WebKit/Qt plugin runtimes
288 if self.prefix(src="../../libraries/i686-win32/lib/release", dst="llplugin"): 283 if self.prefix(src="../../libraries/i686-win32/lib/release", dst="llplugin"):
289 self.path("libeay32.dll") 284 self.path("libeay32.dll")