diff --git a/README.chromium b/README.chromium index 0ad1e35b8..1857cff11 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 770 +Version: 771 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 21cc877dd..1657e9686 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 770 +#define LIBYUV_VERSION 771 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/row_posix.cc b/source/row_posix.cc index 52673f320..9e8b1a5b4 100644 --- a/source/row_posix.cc +++ b/source/row_posix.cc @@ -177,7 +177,6 @@ static uvec8 kShuffleMaskARGBToRAW_0 = { }; #endif // HAS_RGB24TOARGBROW_SSSE3 -//#define TESTING 1 #if defined(TESTING) && defined(__x86_64__) void TestRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) { asm volatile (