diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-07-25 12:02:32 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-07-27 09:55:42 -0400 |
commit | 5d3d766204fb24e44dee04fdf5f24e8c12047912 (patch) | |
tree | 35c55e0735fa80e3313ce9905f3055b2bfc9d3c3 /python/servo/packages.py | |
parent | c9dde3a4bb9a6e4c8d69888a21c7117129f8f95e (diff) | |
download | servo-5d3d766204fb24e44dee04fdf5f24e8c12047912.tar.gz servo-5d3d766204fb24e44dee04fdf5f24e8c12047912.zip |
Vendor UWP GStreamer binaries.
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r-- | python/servo/packages.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index 2d10156ad22..3fa2f036fb8 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -8,4 +8,5 @@ WINDOWS_MSVC = { "moztools": "3.2", "ninja": "1.7.1", "openssl": "111.3.0+1.1.1c-vs2017", + "gstreamer-uwp": "1.16.0.3", } |