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"