From: Fritz Koenig Date: Thu, 16 Feb 2012 20:38:17 +0000 (-0800) Subject: Include path fix for building against Android NDK. X-Git-Tag: 1.0_branch~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3653fb473a66258c74d3a550e66c8c1e8f95368c;p=profile%2Fivi%2Flibvpx.git Include path fix for building against Android NDK. cpu-features.h is not in the common paths, add to the cflags for Android. Change-Id: Icbafc7600d72f6b59ffb030f6ab80ee6860332bb --- diff --git a/build/make/configure.sh b/build/make/configure.sh index 78a1cee..571fd84 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -796,6 +796,8 @@ process_common_toolchain() { add_cflags "--sysroot=${alt_libc}" add_ldflags "--sysroot=${alt_libc}" + add_cflags "-I${SDK_PATH}/sources/android/cpufeatures/" + enable pic soft_enable realtime_only if [ ${tgt_isa} == "armv7" ]; then