diff options
-rw-r--r-- | support/windows/Servo.wxs.mako | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/support/windows/Servo.wxs.mako b/support/windows/Servo.wxs.mako index e2c83e5708e..aa4705ff578 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="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" |