[Android] build: remove unused flags

Steve Lhomme git at videolan.org
Fri Oct 21 15:24:51 CEST 2016


vlc-android | branch: master | Steve Lhomme <robux4 at videolabs.io> | Tue Oct 18 14:22:59 2016 +0200| [ac823a593720c88800faec50fb2ab30070300c7d] | committer: Thomas Guillem

build: remove unused flags

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> https://code.videolan.org/videolan/vlc-android/commit/ac823a593720c88800faec50fb2ab30070300c7d
---

 compile-libvlc.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 7bd6450..ebeb228 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -550,7 +550,6 @@ if [ "${CHROME_OS}" = "1" ];then
     export ac_cv_func_pipe2=no
 fi
 
-NDK_SUPPORT_INCLUDES=""
 if [ ${ANDROID_API} = "21" ] ; then
     # android-21 has empty sys/shm.h headers that triggers shm detection but it
     # doesn't have any shm functions and/or symbols. */
@@ -564,8 +563,7 @@ else
 fi
 
 if [ ! -e ./config.h -o "$RELEASE" = 1 ]; then
-CPPFLAGS="${CONTRIB_INCLUDES}" \
-CFLAGS="${VLC_CFLAGS} ${EXTRA_CFLAGS} ${NDK_SUPPORT_INCLUDES}" \
+CFLAGS="${VLC_CFLAGS} ${EXTRA_CFLAGS}" \
 CXXFLAGS="${VLC_CXXFLAGS} ${EXTRA_CFLAGS} ${EXTRA_CXXFLAGS}" \
 CC="${CROSS_TOOLS}clang" \
 CXX="${CROSS_TOOLS}clang++" \



More information about the Android mailing list