mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Add more GStreamer DLLs
This commit is contained in:
parent
ac8ac39ef3
commit
4c236222c1
1 changed files with 4 additions and 0 deletions
|
@ -619,6 +619,7 @@ class MachCommands(CommandBase):
|
||||||
status = 1
|
status = 1
|
||||||
gst_dlls = [
|
gst_dlls = [
|
||||||
"libffi-7.dll",
|
"libffi-7.dll",
|
||||||
|
"libgio-2.0-0.dll",
|
||||||
"libglib-2.0-0.dll",
|
"libglib-2.0-0.dll",
|
||||||
"libgmodule-2.0-0.dll",
|
"libgmodule-2.0-0.dll",
|
||||||
"libgobject-2.0-0.dll",
|
"libgobject-2.0-0.dll",
|
||||||
|
@ -628,8 +629,11 @@ class MachCommands(CommandBase):
|
||||||
"libgstpbutils-1.0-0.dll",
|
"libgstpbutils-1.0-0.dll",
|
||||||
"libgstplayer-1.0-0.dll",
|
"libgstplayer-1.0-0.dll",
|
||||||
"libgstreamer-1.0-0.dll",
|
"libgstreamer-1.0-0.dll",
|
||||||
|
"libgstrtp-1.0-0.dll",
|
||||||
|
"libgstsdp-1.0-0.dll",
|
||||||
"libgsttag-1.0-0.dll",
|
"libgsttag-1.0-0.dll",
|
||||||
"libgstvideo-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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue