mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 01:36:47 +08:00
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:
parent
fe9f4ad808
commit
c6e7e2a853
@ -1,6 +1,6 @@
|
||||
Name: libyuv
|
||||
URL: http://code.google.com/p/libyuv/
|
||||
Version: 204
|
||||
Version: 206
|
||||
License: BSD
|
||||
License File: LICENSE
|
||||
|
||||
|
||||
@ -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_
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user