diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-09-11 11:20:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 11:20:04 -0400 |
commit | 032fabaa442aa236009b32714d5873a9266d1ab2 (patch) | |
tree | 81a2997820e2ffe612f9b8b711adb57358544a12 | |
parent | 86ad84198ef0f53b12e0eecfacd9edbfa0d27a1a (diff) | |
download | servo-032fabaa442aa236009b32714d5873a9266d1ab2.tar.gz servo-032fabaa442aa236009b32714d5873a9266d1ab2.zip |
Use updated gstreamer binaries for UWP.
-rw-r--r-- | python/servo/packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index ca69b105233..b258ae76e2a 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -9,6 +9,6 @@ WINDOWS_MSVC = { "ninja": "1.7.1", "nuget": "08-08-2019", "openssl": "111.3.0+1.1.1c-vs2017", - "gstreamer-uwp": "1.16.0.3", + "gstreamer-uwp": "1.16.0.4", "openxr-loader-uwp": "1.0", } |