mirror of https://git.ffmpeg.org/ffmpeg.git
95cd815c36
Some systems, e.g. Minix, have sys/mman.h defining MAP_ANONYMOUS without providing (working) mmap and friends. The mmx filter generation code checks only for MAP_ANONYMOUS, not for availability of mmap itself which leads to build errors on aforementioned systems. This changes the conditional compilation to use mmap only if all the required functions are available. Signed-off-by: Mans Rullgard <mans@mansr.com> |
||
---|---|---|
.. | ||
bfin | ||
ppc | ||
sparc | ||
x86 | ||
Makefile | ||
colorspace-test.c | ||
input.c | ||
libswscale.v | ||
options.c | ||
output.c | ||
rgb2rgb.c | ||
rgb2rgb.h | ||
rgb2rgb_template.c | ||
swscale-test.c | ||
swscale.c | ||
swscale.h | ||
swscale_internal.h | ||
swscale_unscaled.c | ||
utils.c | ||
version.h | ||
yuv2rgb.c |