From c6e7e2a853c106756b34988223e44047e8abb831 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Wed, 7 Mar 2012 06:11:14 +0000 Subject: [PATCH] addrow fix Review URL: https://webrtc-codereview.appspot.com/437003 git-svn-id: http://libyuv.googlecode.com/svn/trunk@206 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- README.chromium | 2 +- include/libyuv/version.h | 2 +- source/scale.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.chromium b/README.chromium index fd7a3b071..f78061bfb 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 204 +Version: 206 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index be0e1da03..abc201523 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,7 +11,7 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 204 +#define LIBYUV_VERSION 206 #endif // INCLUDE_LIBYUV_VERSION_H_ diff --git a/source/scale.cc b/source/scale.cc index 3c7bfe9ea..542998f6c 100644 --- a/source/scale.cc +++ b/source/scale.cc @@ -1733,7 +1733,7 @@ static void ScaleAddRows_SSE2(const uint8* src_ptr, int src_stride, "+r"(tmp_src), // %3 "+rm"(src_width), // %4 "+rm"(src_height) // %5 - : "+rm"(tmp_src_stride), // %6 + : "rm"(tmp_src_stride) // %6 : "memory", "cc" #if defined(__SSE2__) , "xmm0", "xmm1", "xmm2", "xmm3", "xmm4"