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
This commit is contained in:
fbarchard@google.com 2012-03-07 06:11:14 +00:00
parent fe9f4ad808
commit c6e7e2a853
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 204
Version: 206
License: BSD
License File: LICENSE

View File

@ -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_

View File

@ -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"