From 9b35249446b07f40ac5fcc3205f2c048616efacc Mon Sep 17 00:00:00 2001 From: hkuang Date: Thu, 14 Nov 2013 16:48:58 -0800 Subject: Roll latest libvpx to fix scalling bug. Checkout is from master:Ib748eb287520c794631697204da6ebe19523ce95 Bug: 11690668 Change-Id: Ia2bde2e50feca81556563ad3797e4972748e2041 --- mips/vpx_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mips/vpx_version.h') diff --git a/mips/vpx_version.h b/mips/vpx_version.h index d3359dc..9a354bb 100644 --- a/mips/vpx_version.h +++ b/mips/vpx_version.h @@ -1,7 +1,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 2 #define VERSION_PATCH 0 -#define VERSION_EXTRA "4989-gabdefea" +#define VERSION_EXTRA "5082-g58f7543" #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) -#define VERSION_STRING_NOSP "v1.2.0-4989-gabdefea" -#define VERSION_STRING " v1.2.0-4989-gabdefea" +#define VERSION_STRING_NOSP "v1.2.0-5082-g58f7543" +#define VERSION_STRING " v1.2.0-5082-g58f7543" -- cgit v1.2.3