You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mans Rullgard
95cd815c36
swscale: try to use mmap only if available
...
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>
12 years ago
..
bfin
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
12 years ago
ppc
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
12 years ago
sparc
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
12 years ago
x86
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
12 years ago
Makefile
…
colorspace-test.c
…
input.c
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
12 years ago
libswscale.v
swscale: Do not make ff_ symbols globally visible.
12 years ago
options.c
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
12 years ago
output.c
sws: do not use av_pix_fmt_descriptors directly.
12 years ago
rgb2rgb.c
…
rgb2rgb.h
…
rgb2rgb_template.c
…
swscale-test.c
sws: do not use av_pix_fmt_descriptors directly.
12 years ago
swscale.c
sws: do not use av_pix_fmt_descriptors directly.
12 years ago
swscale.h
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
12 years ago
swscale_internal.h
sws: do not use av_pix_fmt_descriptors directly.
12 years ago
swscale_unscaled.c
sws: do not use av_pix_fmt_descriptors directly.
12 years ago
utils.c
swscale: try to use mmap only if available
12 years ago
version.h
…
yuv2rgb.c
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
12 years ago