diff --git a/README.chromium b/README.chromium index 1457b2aab..cba631549 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1483 +Version: 1484 License: BSD License File: LICENSE diff --git a/include/libyuv/row.h b/include/libyuv/row.h index cf8a41988..1e79ae0a4 100644 --- a/include/libyuv/row.h +++ b/include/libyuv/row.h @@ -306,6 +306,7 @@ extern "C" { // TODO(fbarchard): Implement NEON version #ifndef __aarch64__ #define HAS_I422TOARGBMATRIXROW_NEON +#define HAS_J422TOARGBROW_NEON #endif // #define HAS_I422TOABGRMATRIXROW_NEON #define HAS_I422TOBGRAROW_NEON @@ -316,7 +317,6 @@ extern "C" { #define HAS_I422TOUYVYROW_NEON #define HAS_I422TOYUY2ROW_NEON #define HAS_I444TOARGBROW_NEON -#define HAS_J422TOARGBROW_NEON #define HAS_MERGEUVROW_NEON #define HAS_MIRRORROW_NEON #define HAS_MIRRORUVROW_NEON diff --git a/include/libyuv/version.h b/include/libyuv/version.h index ba378c1c6..b383716a3 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 1483 +#define LIBYUV_VERSION 1484 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT