diff --git a/README.chromium b/README.chromium index 089fe3884..c919577c4 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 918 +Version: 919 License: BSD License File: LICENSE diff --git a/include/libyuv/scale_row.h b/include/libyuv/scale_row.h index 23c4e9079..8e1abfa1c 100644 --- a/include/libyuv/scale_row.h +++ b/include/libyuv/scale_row.h @@ -48,7 +48,7 @@ extern "C" { // The following are available on Mips platforms: #if !defined(LIBYUV_DISABLE_MIPS) && !defined(__native_client__) && \ - defined(__mips__) + defined(__mips__) && defined(__mips_dsp) && (__mips_dsp_rev >= 2) #define HAS_SCALEROWDOWN2_MIPS_DSPR2 #define HAS_SCALEROWDOWN4_MIPS_DSPR2 #define HAS_SCALEROWDOWN34_MIPS_DSPR2 diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 5b7d65d8c..4e6d0c757 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 918 +#define LIBYUV_VERSION 919 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT