From a1f39922c485ab28abecf9e90cccbaa80bd7e406 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 30 Jul 2019 00:03:54 -0400 Subject: [PATCH 1/2] Add missing GStreamer DLL to package. --- python/servo/build_commands.py | 1 + 1 file changed, 1 insertion(+) 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", From 71a3b245293cef5beae93cb6c95f6a883855bcd0 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 30 Jul 2019 00:05:38 -0400 Subject: [PATCH 2/2] Fix deployment condition for debug arm64 GStreamer DLL. --- support/hololens/ServoApp/ServoApp.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj index 94c956d6c2d..fab0df1ad0e 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj +++ b/support/hololens/ServoApp/ServoApp.vcxproj @@ -285,7 +285,7 @@ true - true + true true @@ -1155,4 +1155,4 @@ - \ No newline at end of file +