Enable GStreamer on Windows.

This commit is contained in:
Josh Matthews 2019-08-16 13:15:05 -04:00
parent a3e33d6388
commit c0ff30b71f
5 changed files with 1331 additions and 12 deletions

View file

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