2017-09-26 3:52 GMT+02:00 Rodger Combs <[email protected]>: > +# 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 _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
