From c861bfbb0e45a6bd93babd7fc4e40f412bd1fd6a Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Mon, 28 Jan 2013 00:13:59 +0000 Subject: [PATCH] memcpy removed from any BUG=176 TEST=try bots Review URL: https://webrtc-codereview.appspot.com/1063009 git-svn-id: http://libyuv.googlecode.com/svn/trunk@554 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- README.chromium | 2 +- include/libyuv/version.h | 2 +- source/row_any.cc | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.chromium b/README.chromium index c293b3793..4efb21756 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 553 +Version: 554 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 44f9d734e..c990b57b5 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 553 +#define LIBYUV_VERSION 554 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/row_any.cc b/source/row_any.cc index 478da788e..2e43b1c62 100644 --- a/source/row_any.cc +++ b/source/row_any.cc @@ -10,8 +10,6 @@ #include "libyuv/row.h" -#include // For memcpy - #include "libyuv/basic_types.h" #ifdef __cplusplus