aboutsummaryrefslogtreecommitdiffstats
path: root/support/windows/Servo.wxs.mako
diff options
context:
space:
mode:
authorLars Bergstrom <larsberg@mozilla.com>2016-07-30 11:03:33 -0500
committerLars Bergstrom <larsberg@mozilla.com>2016-07-30 11:03:33 -0500
commit82dc707637ba54e61781e41da2657585129b6295 (patch)
treeb618bd1b9e7637306a956b426f00d15b2890829b /support/windows/Servo.wxs.mako
parentd053fb16f6519726c14ac4580301df4883e4af23 (diff)
downloadservo-82dc707637ba54e61781e41da2657585129b6295.tar.gz
servo-82dc707637ba54e61781e41da2657585129b6295.zip
Add missing libraries for Windows
Diffstat (limited to 'support/windows/Servo.wxs.mako')
-rw-r--r--support/windows/Servo.wxs.mako8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/windows/Servo.wxs.mako b/support/windows/Servo.wxs.mako
index 2532267758a..dab08c418ca 100644
--- a/support/windows/Servo.wxs.mako
+++ b/support/windows/Servo.wxs.mako
@@ -113,6 +113,14 @@
Name="libfontconfig-1.dll"
Source="C:\msys64\mingw64\bin\libfontconfig-1.dll"
DiskId="1"/>
+ <File Id="AVUtil"
+ Name="avutil-55.dll"
+ Source="C:\msys64\mingw64\bin\avutil-55.dll"
+ DiskId="1"/>
+ <File Id="AVFormat"
+ Name="avformat-57.dll"
+ Source="C:\msys64\mingw64\bin\avformat-57.dll"
+ DiskId="1"/>
</Component>
<Directory Id="EtcDir" Name="etc">