aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libvpx/README.chromium4
-rw-r--r--third_party/libvpx/source/config/vpx_version.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/third_party/libvpx/README.chromium b/third_party/libvpx/README.chromium
index b2a3e0267f..bb26a9d265 100644
--- a/third_party/libvpx/README.chromium
+++ b/third_party/libvpx/README.chromium
@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
-Date: Friday May 25 2018
+Date: Monday May 28 2018
Branch: master
-Commit: 36825590ba676d54765c6c31482cacb4fe661b43
+Commit: 2b08f89076d1e93339fbbcc10e3298a0eec66bd6
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
diff --git a/third_party/libvpx/source/config/vpx_version.h b/third_party/libvpx/source/config/vpx_version.h
index 077ec82c38..abdf59c1a4 100644
--- a/third_party/libvpx/source/config/vpx_version.h
+++ b/third_party/libvpx/source/config/vpx_version.h
@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
#define VERSION_PATCH 0
-#define VERSION_EXTRA "400-g36825590b"
+#define VERSION_EXTRA "404-g2b08f8907"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
-#define VERSION_STRING_NOSP "v1.7.0-400-g36825590b"
-#define VERSION_STRING " v1.7.0-400-g36825590b"
+#define VERSION_STRING_NOSP "v1.7.0-404-g2b08f8907"
+#define VERSION_STRING " v1.7.0-404-g2b08f8907"