Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
e8ba5754
Commit
e8ba5754
authored
Oct 08, 2014
by
Thomas Guillem
Committed by
Rémi Denis-Courmont
Oct 09, 2014
Browse files
android: fix nanf detection
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
dc1c7516
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e8ba5754
...
...
@@ -696,6 +696,9 @@ AC_CHECK_LIB(m,lrintf, [
AC_DEFINE(HAVE_LRINTF, 1, [Define to 1 if you have the lrintf function])
VLC_ADD_LIBS([skins2],[-lm])
])
AC_CHECK_LIB(m,nanf,
AC_DEFINE(HAVE_NANF, 1, [Define to 1 if you have the NANF function])
)
dnl Check for dynamic plugins
LIBDL=""
...
...
include/vlc_fixups.h
View file @
e8ba5754
...
...
@@ -353,7 +353,7 @@ long nrand48 (unsigned short subi[3]);
/* math.h */
#ifdef
__ANDROID__
#if
n
def
HAVE_NANF
#define nanf(tagp) NAN
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment