diff --git a/README.chromium b/README.chromium index 155d77623..e1e491070 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 303 +Version: 304 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index a0c6720d9..50fcaee48 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 303 +#define LIBYUV_VERSION 304 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/row.h b/source/row.h index 9b720b6da..cf23f5c09 100644 --- a/source/row.h +++ b/source/row.h @@ -85,7 +85,8 @@ extern "C" { // The following are Windows only: #if !defined(YUV_DISABLE_ASM) && defined(_M_IX86) -#define HAS_ARGBCOLORTABLEROW_X86 +// TODO(fbarchard): Investigate possible issue in this function and reenable. +#define HAS_ARGBCOLORTABLEROW_X86_DISABLED #endif // The following are disabled when SSSE3 is available: