From 8e01bfb4208502e7a8f702a4a0fd56efbb3ea1ae Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Fri, 13 Jul 2012 19:05:08 +0000 Subject: [PATCH] Disable x86 color table optimization - fall back on C only BUG=51 TESTED=warmify effect Review URL: https://webrtc-codereview.appspot.com/673013 git-svn-id: http://libyuv.googlecode.com/svn/trunk@304 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- README.chromium | 2 +- include/libyuv/version.h | 2 +- source/row.h | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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: