diff --git a/README.chromium b/README.chromium index 915bf54e6..315b03631 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1467 +Version: 1469 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 1b75a69da..ec9ce5d6f 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 1467 +#define LIBYUV_VERSION 1469 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/libyuv.gyp b/libyuv.gyp index 9bb883a8b..664a51190 100644 --- a/libyuv.gyp +++ b/libyuv.gyp @@ -50,7 +50,7 @@ ], 'conditions': [ # Disable LTO in libyuv_neon target due to gcc 4.9 compiler bug. - ['use_lto == 1', { + ['clang == 0 and use_lto == 1', { 'cflags!': [ '-flto', '-ffat-lto-objects',