Commit 52227381 authored by Adrien Maglo's avatar Adrien Maglo

Fix the compilation on Android because of incomplete libc.

The nanf function is missing.
parent 3b671854
......@@ -343,4 +343,10 @@ long nrand48 (unsigned short subi[3]);
# undef HAVE_FORK /* Implementation of fork() is imperfect on OS/2 */
#endif
/* math.h */
#ifdef __ANDROID__
#define nanf(tagp) NAN
#endif
#endif /* !LIBVLC_FIXUPS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment