Add missing GStreamer DLL to package.

This commit is contained in:
Josh Matthews 2019-07-30 00:03:54 -04:00 committed by GitHub
parent 9043f247d9
commit a1f39922c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -768,6 +768,7 @@ def package_gstreamer_dlls(env, servo_exe_dir, target, uwp):
"gstreamer-1.0-0.dll", "gstreamer-1.0-0.dll",
"gstriff-1.0-0.dll", "gstriff-1.0-0.dll",
"gstrtp-1.0-0.dll", "gstrtp-1.0-0.dll",
"gstrtsp-1.0-0.dll",
"gstsdp-1.0-0.dll", "gstsdp-1.0-0.dll",
"gsttag-1.0-0.dll", "gsttag-1.0-0.dll",
"gstvideo-1.0-0.dll", "gstvideo-1.0-0.dll",