[FFmpeg-user] compiling for android

Nicolas George george at nsup.org
Wed Jul 9 16:44:49 CEST 2014


Le primidi 21 messidor, an CCXXII, Patrick Shirkey a écrit :
> Unfortunately all these flags not working for me. Does that suggest a
> problem (in this case) with the compiler or ffmpeg?

You can try to compile the following simple code:

#include <math.h>

double test(double x)
{
    return cos(x) + sin(x);
}

If the compiler from the Android NDK issues code using sincos, then it is
broken, since the platform does not provide it.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20140709/af0ebcaa/attachment.asc>


More information about the ffmpeg-user mailing list