diff --git a/README.chromium b/README.chromium index ae76f3504..59006138a 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 978 +Version: 979 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 18cea5612..c018e745d 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 978 +#define LIBYUV_VERSION 979 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/libyuv.gyp b/libyuv.gyp index 9f3f3f838..57cd090b6 100644 --- a/libyuv.gyp +++ b/libyuv.gyp @@ -14,7 +14,7 @@ 'use_system_libjpeg%': 0, 'build_neon': 0, 'conditions': [ - ['OS == "ios" or (target_arch == "arm" and arm_version >= 7 and (arm_neon == 1 or arm_neon_optional == 1))', { + [ '(target_arch == "armv7" or target_arch == "armv8" or (target_arch == "arm" and arm_version >= 7)) and (arm_neon == 1 or arm_neon_optional == 1)', { 'build_neon': 1, }], ],