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