diff --git a/README.chromium b/README.chromium index bd7c691d6..901a9439f 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 974 +Version: 975 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 7e57c58b3..99fcaee3e 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 974 +#define LIBYUV_VERSION 975 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/libyuv.gyp b/libyuv.gyp index 75851ea16..9f3f3f838 100644 --- a/libyuv.gyp +++ b/libyuv.gyp @@ -72,8 +72,8 @@ 'HAVE_JPEG' ], 'conditions': [ - # Android uses libjpeg for system jpeg support. - [ 'OS == "android" and use_system_libjpeg == 1', { + # Caveat system jpeg support may not support motion jpeg + [ 'use_system_libjpeg == 1', { 'dependencies': [ '<(DEPTH)/third_party/libjpeg/libjpeg.gyp:libjpeg', ],