aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-07-30 07:24:33 -0400
committerGitHub <noreply@github.com>2019-07-30 07:24:33 -0400
commit570788610fd3c70f142ea44104d88381ba4b7cfa (patch)
tree60704ce4066042fb3dfc5821a4223001b28bec09 /python
parent8e7daa77b62a692beda57debf852d635cf24c49e (diff)
parent71a3b245293cef5beae93cb6c95f6a883855bcd0 (diff)
downloadservo-570788610fd3c70f142ea44104d88381ba4b7cfa.tar.gz
servo-570788610fd3c70f142ea44104d88381ba4b7cfa.zip
Auto merge of #23889 - servo:jdm-patch-48, r=jdm
Correct GStreamer packaging issues As reported by someone trying to build the UWP app for the very first time. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23889) <!-- Reviewable:end -->
Diffstat (limited to 'python')
-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",