[Android] [PATCH 04/11] Don't force nanf

Victorien Le Couviour--Tuffet victorien.lecouviour.tuffet at gmail.com
Mon Oct 8 12:06:46 CEST 2018


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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index b137439da..433a63f87 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"
-- 
2.19.1



More information about the Android mailing list