aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
-rw-r--r--source/row_win.cc2
2 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 691686aa..ea76f943 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,6 +69,7 @@ cc_library {
// with libyuv (b/37646797)
cc_library_static {
name: "libyuv_static",
+ vendor_available: true,
whole_static_libs: ["libyuv"],
}
diff --git a/source/row_win.cc b/source/row_win.cc
index 4484112c..27e3da7b 100644
--- a/source/row_win.cc
+++ b/source/row_win.cc
@@ -5450,7 +5450,7 @@ void ComputeCumulativeSumRow_SSE2(const uint8_t* row,
// 1 pixel loop
l1:
- movd xmm2, dword ptr [eax] // 1 argb pixel 4 bytes.
+ movd xmm2, dword ptr [eax] // 1 argb pixel, 4 bytes.
lea eax, [eax + 4]
punpcklbw xmm2, xmm1
punpcklwd xmm2, xmm1