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:
fbarchard@google.com 2013-02-06 05:49:24 +00:00
parent 512bec91ed
commit 28e2a9daa0
3 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@ ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
source/scale_neon.cc.neon
endif
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
LOCAL_MODULE := libyuv_static

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 560
Version: 561
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 560
#define LIBYUV_VERSION 561
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT