aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorbirkoff.anarchist <birkoff.anarchist@gmail.com>2016-08-13 22:46:38 +0700
committerbirkoff.anarchist <birkoff.anarchist@gmail.com>2016-08-13 22:46:38 +0700
commitd0fcc566d9e8a90e4a5e4c1df4822e7b408f5275 (patch)
treed96d943e4044fff3b037d260632af537fc2d2e35 /support
parent78160bf3f967ad34c671fe953de578bfa0b9542b (diff)
downloadservo-d0fcc566d9e8a90e4a5e4c1df4822e7b408f5275.tar.gz
servo-d0fcc566d9e8a90e4a5e4c1df4822e7b408f5275.zip
Fix missing libraries for Windows
Fix #12125
Diffstat (limited to 'support')
-rw-r--r--support/windows/Servo.wxs.mako16
1 files changed, 16 insertions, 0 deletions
diff --git a/support/windows/Servo.wxs.mako b/support/windows/Servo.wxs.mako
index e2c83e5708e..dc91d197196 100644
--- a/support/windows/Servo.wxs.mako
+++ b/support/windows/Servo.wxs.mako
@@ -133,6 +133,22 @@
Name="avutil-55.dll"
Source="C:\msys64\mingw64\bin\avutil-55.dll"
DiskId="1"/>
+ <File Id="LibRTMP"
+ Name="librtmp-1.dll"
+ Source="C:\msys64\mingw64\bin\librtmp-1.dll"
+ DiskId="1"/>
+ <File Id="LibBluRay"
+ Name="libbluray-1.dll"
+ Source="C:\msys64\mingw64\bin\libbluray-1.dll"
+ DiskId="1"/>
+ <File Id="LibModPlug"
+ Name="libmodplug-1.dll"
+ Source="c:\msys64\mingw64\bin\libmodplug-1.dll"
+ DiskId="1"/>
+ <File Id="LibCelt"
+ 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"