mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add ffmpeg file dependencies to the MSI
This commit is contained in:
parent
e2d4ff5b62
commit
236e45ae01
1 changed files with 28 additions and 4 deletions
|
@ -113,13 +113,37 @@
|
||||||
Name="libfontconfig-1.dll"
|
Name="libfontconfig-1.dll"
|
||||||
Source="C:\msys64\mingw64\bin\libfontconfig-1.dll"
|
Source="C:\msys64\mingw64\bin\libfontconfig-1.dll"
|
||||||
DiskId="1"/>
|
DiskId="1"/>
|
||||||
<File Id="AVUtil"
|
<File Id="AVCodecDll"
|
||||||
|
Name="avcodec-57.dll"
|
||||||
|
Source="C:\msys64\mingw64\bin\avcodec-57.dll"
|
||||||
|
DiskId="1"/>
|
||||||
|
<File Id="AVDeviceDll"
|
||||||
|
Name="avdevice-57.dll"
|
||||||
|
Source="C:\msys64\mingw64\bin\avdevice-57.dll"
|
||||||
|
DiskId="1"/>
|
||||||
|
<File Id="AVFilterDll"
|
||||||
|
Name="avfilter-6.dll"
|
||||||
|
Source="C:\msys64\mingw64\bin\avfilter-6.dll"
|
||||||
|
DiskId="1"/>
|
||||||
|
<File Id="AVFormatDll"
|
||||||
|
Name="avformat-57.dll"
|
||||||
|
Source="c:\msys64\mingw64\bin\avformat-57.DLL"
|
||||||
|
DiskId="1"/>
|
||||||
|
<File Id="AVUtilDll"
|
||||||
Name="avutil-55.dll"
|
Name="avutil-55.dll"
|
||||||
Source="C:\msys64\mingw64\bin\avutil-55.dll"
|
Source="C:\msys64\mingw64\bin\avutil-55.dll"
|
||||||
DiskId="1"/>
|
DiskId="1"/>
|
||||||
<File Id="AVFormat"
|
<File Id="PostprocDll"
|
||||||
Name="avformat-57.dll"
|
Name="postproc-54.dll"
|
||||||
Source="C:\msys64\mingw64\bin\avformat-57.dll"
|
Source="c:\msys64\mingw64\bin\postproc-54.DLL"
|
||||||
|
DiskId="1"/>
|
||||||
|
<File Id="SWResampleDll"
|
||||||
|
Name="swresample-2.dll"
|
||||||
|
Source="c:\msys64\mingw64\bin\swresample-2.DLL"
|
||||||
|
DiskId="1"/>
|
||||||
|
<File Id="SWScaleDll"
|
||||||
|
Name="swscale-4.dll"
|
||||||
|
Source="c:\msys64\mingw64\bin\swscale-4.DLL"
|
||||||
DiskId="1"/>
|
DiskId="1"/>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue