| 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 d38bf2adc0061c4552fc808dd691337c29805675..2b51b30189917acae58dd00e9ebea6fca6af0ebe 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 1
|
| -#define VERSION_EXTRA "235-g4d4231352"
|
| +#define VERSION_EXTRA "263-g8121f8547"
|
| #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
| -#define VERSION_STRING_NOSP "v1.6.1-235-g4d4231352"
|
| -#define VERSION_STRING " v1.6.1-235-g4d4231352"
|
| +#define VERSION_STRING_NOSP "v1.6.1-263-g8121f8547"
|
| +#define VERSION_STRING " v1.6.1-263-g8121f8547"
|
|
|