mirror of
https://github.com/servo/servo.git
synced 2025-07-13 18:33:40 +01:00
Auto merge of #22811 - UK992:mach-package-2, r=jdm
Windows: Add more missing dependencies From https://github.com/servo/servo/pull/21968#issuecomment-459932742 r? @jdm cc @atouchet <!-- 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/22811) <!-- Reviewable:end -->
This commit is contained in:
commit
007333e123
1 changed files with 17 additions and 13 deletions
|
@ -618,22 +618,26 @@ class MachCommands(CommandBase):
|
||||||
print("Could not found GStreamer installation directory.")
|
print("Could not found GStreamer installation directory.")
|
||||||
status = 1
|
status = 1
|
||||||
gst_dlls = [
|
gst_dlls = [
|
||||||
"libz.dll",
|
"libffi-7.dll",
|
||||||
|
"libgio-2.0-0.dll",
|
||||||
|
"libglib-2.0-0.dll",
|
||||||
|
"libgmodule-2.0-0.dll",
|
||||||
|
"libgobject-2.0-0.dll",
|
||||||
|
"libgstapp-1.0-0.dll",
|
||||||
|
"libgstaudio-1.0-0.dll",
|
||||||
|
"libgstbase-1.0-0.dll",
|
||||||
|
"libgstpbutils-1.0-0.dll",
|
||||||
|
"libgstplayer-1.0-0.dll",
|
||||||
|
"libgstreamer-1.0-0.dll",
|
||||||
|
"libgstrtp-1.0-0.dll",
|
||||||
|
"libgstsdp-1.0-0.dll",
|
||||||
|
"libgsttag-1.0-0.dll",
|
||||||
|
"libgstvideo-1.0-0.dll",
|
||||||
|
"libgstwebrtc-1.0-0.dll",
|
||||||
"libintl-8.dll",
|
"libintl-8.dll",
|
||||||
"liborc-0.4-0.dll",
|
"liborc-0.4-0.dll",
|
||||||
"libwinpthread-1.dll",
|
"libwinpthread-1.dll",
|
||||||
"libffi-7.dll",
|
"libz.dll"
|
||||||
"libgobject-2.0-0.dll",
|
|
||||||
"libglib-2.0-0.dll",
|
|
||||||
"libgmodule-2.0-0.dll",
|
|
||||||
"libgstreamer-1.0-0.dll",
|
|
||||||
"libgstplayer-1.0-0.dll",
|
|
||||||
"libgstapp-1.0-0.dll",
|
|
||||||
"libgstaudio-1.0-0.dll",
|
|
||||||
"libgstvideo-1.0-0.dll",
|
|
||||||
"libgsttag-1.0-0.dll",
|
|
||||||
"libgstbase-1.0-0.dll",
|
|
||||||
"libgstpbutils-1.0-0.dll",
|
|
||||||
]
|
]
|
||||||
if gst_root:
|
if gst_root:
|
||||||
for gst_lib in gst_dlls:
|
for gst_lib in gst_dlls:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue