diff --git a/README.chromium b/README.chromium index dcd742d72..2755c0e18 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 808 +Version: 809 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index b2f392368..757a7c5eb 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 808 +#define LIBYUV_VERSION 809 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/row_posix.cc b/source/row_posix.cc index 41e607938..6908be213 100644 --- a/source/row_posix.cc +++ b/source/row_posix.cc @@ -5629,6 +5629,7 @@ void HalfRow_SSE2(const uint8* src_uv, int src_uv_stride, asm volatile ( "sub %0,%1 \n" ".p2align 4 \n" + BUNDLEALIGN "1: \n" "movdqa "MEMACCESS(0)",%%xmm0 \n" MEMOPREG(pavgb,0x00,0,3,1,xmm0) // pavgb (%0,%3),%%xmm0