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
This commit is contained in:
fbarchard@google.com 2013-06-18 19:07:53 +00:00
parent c9f0d966ed
commit 567a00f705
3 changed files with 2 additions and 3 deletions

View File

@ -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 \

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 733
Version: 734
License: BSD
License File: LICENSE

View File

@ -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