From 28e2a9daa059fc7fb648dfcd1065ff013deb2ca3 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Wed, 6 Feb 2013 05:49:24 +0000 Subject: [PATCH] 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 --- Android.mk | 1 + README.chromium | 2 +- include/libyuv/version.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 8007ea593..62922f054 100644 --- a/Android.mk +++ b/Android.mk @@ -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 diff --git a/README.chromium b/README.chromium index a982c5d3b..5eba39059 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 560 +Version: 561 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 22717672c..e08f1d237 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -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