diff --git a/README.chromium b/README.chromium index d0363f5bc..d1eae1126 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1000 +Version: 1003 License: BSD License File: LICENSE diff --git a/include/libyuv/row.h b/include/libyuv/row.h index 757020da8..356f87c7f 100644 --- a/include/libyuv/row.h +++ b/include/libyuv/row.h @@ -312,7 +312,6 @@ extern "C" { #define HAS_ARGBADDROW_NEON #define HAS_ARGBATTENUATEROW_NEON #define HAS_ARGBBLENDROW_NEON -#define HAS_ARGBCOLORMATRIXROW_NEON #define HAS_ARGBGRAYROW_NEON #define HAS_ARGBMIRRORROW_NEON #define HAS_ARGBMULTIPLYROW_NEON @@ -326,6 +325,8 @@ extern "C" { #define HAS_SOBELXROW_NEON #define HAS_SOBELYROW_NEON #define HAS_INTERPOLATEROW_NEON +// TODO(fbarchard): Investigate neon unittest failure. +// #define HAS_ARGBCOLORMATRIXROW_NEON #endif // The following are available on Mips platforms: diff --git a/include/libyuv/version.h b/include/libyuv/version.h index a61c45fc0..ce8fb1406 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 1000 +#define LIBYUV_VERSION 1003 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT