diff --git a/README.chromium b/README.chromium index 13fa8747f..3cf567e60 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1820 +Version: 1821 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index f42a46b9c..3cb9b3dc9 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 1820 +#define LIBYUV_VERSION 1821 #endif // INCLUDE_LIBYUV_VERSION_H_ diff --git a/source/planar_functions.cc b/source/planar_functions.cc index 42fd9c51e..c698b01a0 100644 --- a/source/planar_functions.cc +++ b/source/planar_functions.cc @@ -997,7 +997,7 @@ void DetileSplitUVPlane(const uint8_t* src_uv, } } #endif -#if defined(HAS_DETILESPLITROW_NEON) +#if defined(HAS_DETILESPLITUVROW_NEON) if (TestCpuFlag(kCpuHasNEON)) { DetileSplitUVRow = DetileSplitUVRow_Any_NEON; if (IS_ALIGNED(width, 16)) {