mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 01:06:46 +08:00
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
BUG=184 TEST=try bots Review URL: https://webrtc-codereview.appspot.com/1091007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@561 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
512bec91ed
commit
28e2a9daa0
@ -40,6 +40,7 @@ ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
|||||||
source/scale_neon.cc.neon
|
source/scale_neon.cc.neon
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
|
||||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
|
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
|
||||||
|
|
||||||
LOCAL_MODULE := libyuv_static
|
LOCAL_MODULE := libyuv_static
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: libyuv
|
Name: libyuv
|
||||||
URL: http://code.google.com/p/libyuv/
|
URL: http://code.google.com/p/libyuv/
|
||||||
Version: 560
|
Version: 561
|
||||||
License: BSD
|
License: BSD
|
||||||
License File: LICENSE
|
License File: LICENSE
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||||
#define INCLUDE_LIBYUV_VERSION_H_
|
#define INCLUDE_LIBYUV_VERSION_H_
|
||||||
|
|
||||||
#define LIBYUV_VERSION 560
|
#define LIBYUV_VERSION 561
|
||||||
|
|
||||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user