Commit 567a00f7 authored by fbarchard@google.com's avatar fbarchard@google.com

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
parent c9f0d966
......@@ -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 \
......
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 733
Version: 734
License: BSD
License File: LICENSE
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment