Skip to content

Commit

Permalink
Alphabetically sort GStreamer dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
UK992 committed Feb 2, 2019
1 parent 3630735 commit ac8ac39
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions python/servo/build_commands.py
Expand Up @@ -618,22 +618,22 @@ def build(self, target=None, release=False, dev=False, jobs=None,
print("Could not found GStreamer installation directory.")
status = 1
gst_dlls = [
"libz.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",
"libgobject-2.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",
"libgstplayer-1.0-0.dll",
"libgstreamer-1.0-0.dll",
"libgsttag-1.0-0.dll",
"libgstvideo-1.0-0.dll",
"libintl-8.dll",
"liborc-0.4-0.dll",
"libwinpthread-1.dll",
"libz.dll"
]
if gst_root:
for gst_lib in gst_dlls:
Expand Down

0 comments on commit ac8ac39

Please sign in to comment.