Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: third_party/libvpx/source/config/vpx_version.h

Issue 2619353003: Roll src/third_party/libvpx/source/libvpx/ f27276f44..5b1a8ca5e (33 commits). (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/source/config/vpx_version.h
diff --git a/third_party/libvpx/source/config/vpx_version.h b/third_party/libvpx/source/config/vpx_version.h
index 26175455a060a66c3f0fd3a54f3889735632d2ca..07f046ed1bc5e86ede98ad90ed121e2f73cac246 100644
--- a/third_party/libvpx/source/config/vpx_version.h
+++ b/third_party/libvpx/source/config/vpx_version.h
@@ -1,7 +1,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 6
#define VERSION_PATCH 0
-#define VERSION_EXTRA "843-gf27276f"
+#define VERSION_EXTRA "903-g5b1a8ca5e"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
-#define VERSION_STRING_NOSP "v1.6.0-843-gf27276f"
-#define VERSION_STRING " v1.6.0-843-gf27276f"
+#define VERSION_STRING_NOSP "v1.6.0-903-g5b1a8ca5e"
+#define VERSION_STRING " v1.6.0-903-g5b1a8ca5e"
« no previous file with comments | « third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698