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" |