[Android] build: don't force nanf

Victorien Le Couviour--Tuffet git at videolan.org
Tue Oct 23 17:26:39 CEST 2018


vlc-android | branch: 4.0 | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Mon Sep 24 14:26:07 2018 +0200| [ad6a9b80d0b94940e257ea9453c26d0f32bfca64] | committer: Thomas Guillem

build: don't force nanf

nanf is always available now.

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

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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 1791df138..d521e15e5 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -538,8 +538,7 @@ if [ ${ANDROID_API} = "21" ] ; then
     # doesn't have any shm functions and/or symbols. */
     export ac_cv_header_sys_shm_h=no
 else
-    # force nanf and uselocale using libandroid_support since it's present in libc++
-    export ac_cv_lib_m_nanf=yes
+    # force uselocale using libandroid_support since it's present in libc++
     export ac_cv_func_uselocale=yes
 
     VLC_LDFLAGS="${VLC_LDFLAGS} -L${NDK_LIB_DIR} -landroid_support"



More information about the Android mailing list