aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorUK992 <urbankrajnc92@gmail.com>2019-02-02 13:37:39 +0100
committerUK992 <urbankrajnc92@gmail.com>2019-02-02 13:37:39 +0100
commit4c236222c120b9404191340778bde591ff9c2296 (patch)
tree1178a0878cfe791d4f99b981bbac22d0792435af /python/servo/build_commands.py
parentac8ac39ef3730569ba822f360dfc065e519eca68 (diff)
downloadservo-4c236222c120b9404191340778bde591ff9c2296.tar.gz
servo-4c236222c120b9404191340778bde591ff9c2296.zip
Add more GStreamer DLLs
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 52e0f9a7568..057bfd12eff 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -619,6 +619,7 @@ class MachCommands(CommandBase):
status = 1
gst_dlls = [
"libffi-7.dll",
+ "libgio-2.0-0.dll",
"libglib-2.0-0.dll",
"libgmodule-2.0-0.dll",
"libgobject-2.0-0.dll",
@@ -628,8 +629,11 @@ class MachCommands(CommandBase):
"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",
"liborc-0.4-0.dll",
"libwinpthread-1.dll",