[FFmpeg-devel] [PATCH] lavu/file: fix build on Android NDK with unified headers

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Sep 26 14:27:41 EEST 2017


2017-09-26 3:52 GMT+02:00 Rodger Combs <rodger.combs at gmail.com>:

> +#  if defined(__USE_FILE_OFFSET64) && __ANDROID_API__ < 21 && !defined(__LP64__)
> +#   ifdef mmap
> +#    undef mmap
> +#   endif
> +void* mmap(void*, size_t, int, int, int, __kernel_off_t);

How can this issue be reproduced?

Shouldn't this be checked in configure?

Carl Eugen


More information about the ffmpeg-devel mailing list