aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-07-30 00:03:54 -0400
committerGitHub <noreply@github.com>2019-07-30 00:03:54 -0400
commita1f39922c485ab28abecf9e90cccbaa80bd7e406 (patch)
tree9bb342db0d2ca1fd510e918c597652af2a7dbb61 /python/servo/build_commands.py
parent9043f247d9b031ed285e880e4b90aa523d4a63ae (diff)
downloadservo-a1f39922c485ab28abecf9e90cccbaa80bd7e406.tar.gz
servo-a1f39922c485ab28abecf9e90cccbaa80bd7e406.zip
Add missing GStreamer DLL to package.
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 2749ca7055b..232b44ef838 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -768,6 +768,7 @@ def package_gstreamer_dlls(env, servo_exe_dir, target, uwp):
"gstreamer-1.0-0.dll",
"gstriff-1.0-0.dll",
"gstrtp-1.0-0.dll",
+ "gstrtsp-1.0-0.dll",
"gstsdp-1.0-0.dll",
"gsttag-1.0-0.dll",
"gstvideo-1.0-0.dll",