Skip to content
Snippets Groups Projects
Commit ad6a9b80 authored by Victorien Le Couviour--Tuffet's avatar Victorien Le Couviour--Tuffet Committed by Thomas Guillem
Browse files

build: don't force nanf

nanf is always available now.
parent 97d75895
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment