Skip to content

Commit

Permalink
Auto merge of #12848 - birkoffe:master, r=larsbergstrom
Browse files Browse the repository at this point in the history
Fix missing libraries for Windows

Fix #12125

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12848)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Aug 15, 2016
2 parents d687f77 + c9300c9 commit cb01d37
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions support/windows/Servo.wxs.mako
Expand Up @@ -133,6 +133,22 @@
Name="avutil-55.dll"
Source="C:\msys64\mingw64\bin\avutil-55.dll"
DiskId="1"/>
<File Id="LibRTMPDll"
Name="librtmp-1.dll"
Source="C:\msys64\mingw64\bin\librtmp-1.dll"
DiskId="1"/>
<File Id="LibBluRayDll"
Name="libbluray-1.dll"
Source="C:\msys64\mingw64\bin\libbluray-1.dll"
DiskId="1"/>
<File Id="LibModPlugDll"
Name="libmodplug-1.dll"
Source="c:\msys64\mingw64\bin\libmodplug-1.dll"
DiskId="1"/>
<File Id="LibCeltDll"
Name="libcelt0-2.dll"
Source="C:\msys64\mingw64\bin\libcelt0-2.dll"
DiskId="1"/>
<File Id="PostprocDll"
Name="postproc-54.dll"
Source="c:\msys64\mingw64\bin\postproc-54.DLL"
Expand Down

0 comments on commit cb01d37

Please sign in to comment.