diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 9abd2e05218..057bfd12eff 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -618,22 +618,26 @@ class MachCommands(CommandBase): print("Could not found GStreamer installation directory.") status = 1 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", "liborc-0.4-0.dll", "libwinpthread-1.dll", - "libffi-7.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", + "libz.dll" ] if gst_root: for gst_lib in gst_dlls: