ffmpeg/libswscale
Ramiro Polla 262b6dbad9 darwin: allow 64-bit darwin to allocate executable memory
darwin requires _DARWIN_C_SOURCE to be defined for MAP_ANON, which is used by
swscale to determine whether to use malloc() or mmap(). 64-bit darwin does not
have an executable heap, so mmap() must be used instead of malloc(), and
therefore _DARWIN_C_SOURCE must be defined.

Originally committed as revision 31760 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-07-21 13:29:55 +00:00
..
bfin
mlib
ppc
sparc
x86
Makefile
colorspace-test.c
libswscale.v
options.c
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c
swscale-test.c swscale-test: use av_pix_fmt_descriptors[].name directly 2010-07-20 22:20:23 +00:00
swscale.c Cosmetics: reindent and unify whitespace 2010-07-19 07:06:14 +00:00
swscale.h
swscale_internal.h Restore vertical alignment in some defines 2010-07-20 01:45:25 +00:00
swscale_template.c
utils.c darwin: allow 64-bit darwin to allocate executable memory 2010-07-21 13:29:55 +00:00
yuv2rgb.c