diff --git a/README.chromium b/README.chromium index 2173a8f86..d3d9f1b4d 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1561 +Version: 1562 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index ab0f88d9e..187f44b05 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 1561 +#define LIBYUV_VERSION 1562 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/libyuv.gyp b/libyuv.gyp index f2a999dd1..b8e1c580d 100644 --- a/libyuv.gyp +++ b/libyuv.gyp @@ -34,6 +34,8 @@ 'libyuv_disable_jpeg%': 0, # 'chromium_code' treats libyuv as internal and increases warning level. 'chromium_code': 1, + # clang compiler default variable usable by other apps that include libyuv. + 'clang%': 0, # Link-Time Optimizations. 'use_lto%': 0, 'build_neon': 0,