On Thu, 11 Jan 2024, 徐福隆 wrote:
There maybe a spelling mistake, which in "check_func_headers sys/mman.h mmap". It looks like should be "sys/mmap.h"
No, this is not a mistake, this is the name of the header. Have a look at libavutil/file.c or libswscale/utils.c, both which have this:
#if HAVE_MMAP #include <sys/mman.h> ... // Martin _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".