Auto merge of #24004 - servo:win-gstreamer, r=ferjm

Enable GStreamer on Windows.

I have verified that desktop and emulator UWP builds work with this set of DLLs.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because no tests for UWP

<!-- 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/24004)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-08-27 10:11:37 -04:00 committed by GitHub
commit 9fe3c4fc0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1331 additions and 12 deletions

View file

@ -270,6 +270,8 @@ class MachCommands(CommandBase):
print("Can't find Visual C++ %s installation at %s." % (vs_version, vcinstalldir))
sys.exit(1)
env['PKG_CONFIG_ALLOW_CROSS'] = "1"
if uwp:
# Don't try and build a desktop port.
libsimpleservo = True