From eed5d8e92f84b4679bf17163ec0aa5efde5dd487 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Mon, 26 Aug 2013 22:48:51 +0000 Subject: [PATCH] Remove TESTING macro from posix BUG=253 TEST=none R=dingkai@google.com Review URL: https://webrtc-codereview.appspot.com/2115004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@771 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- README.chromium | 2 +- include/libyuv/version.h | 2 +- source/row_posix.cc | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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 (