diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-11-07 20:55:20 +0200 | 
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-11-07 20:55:20 +0200 | 
| commit | 5e27fc740a3dbc75ddf5f6a2200726bdc96b7ffd (patch) | |
| tree | a9d628c46bf0f15b15a09aecca48add3e31ae0c3 | |
| parent | 2f12e96e6120e64620a75fc9be8be440565f86d3 (diff) | |
Backed out changeset: 8f9f962ad6c0
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 4ab910644c..541112a765 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -622,11 +622,7 @@ class WindowsManifest(ViewerManifest):              self.path("dullahan_host.exe")              self.path("natives_blob.bin")              self.path("snapshot_blob.bin") -            self.path("v8_context_snapshot.bin") - -        with self.prefix(src=os.path.join(pkgdir, 'bin', config, 'swiftshader'), dst=os.path.join('llplugin', 'swiftshader')): -            self.path("libEGL.dll") -            self.path("libGLESv2.dll") +            self.path("widevinecdmadapter.dll")          # MSVC DLLs needed for CEF and have to be in same directory as plugin          with self.prefix(src=os.path.join(os.pardir, 'sharedlibs', 'Release'), dst="llplugin"): | 
