From 567a00f705cd72fb8cbdc5d4aa0eb3a0fe3bb88e Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 18 Jun 2013 19:07:53 +0000 Subject: [PATCH] Remove fixed_math from Android.mk BUG=none TEST=try bots R=leozwang@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1683005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@734 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- Android.mk | 1 - README.chromium | 2 +- include/libyuv/version.h | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Android.mk b/Android.mk index 1704b8118..513a1961b 100644 --- a/Android.mk +++ b/Android.mk @@ -16,7 +16,6 @@ LOCAL_SRC_FILES := \ source/convert_to_argb.cc \ source/convert_to_i420.cc \ source/cpu_id.cc \ - source/fixed_math.cc \ source/format_conversion.cc \ source/planar_functions.cc \ source/rotate.cc \ diff --git a/README.chromium b/README.chromium index 992336f68..175ba780d 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 733 +Version: 734 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 5cb26e236..471d448dd 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 733 +#define LIBYUV_VERSION 734 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT