mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
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:
parent
c9f0d966ed
commit
567a00f705
@ -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 \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user