Mercurial > mplayer.hg
diff libvo/vo_yuv4mpeg.c @ 31694:e251996735b5
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.
author | ramiro |
---|---|
date | Wed, 21 Jul 2010 13:29:55 +0000 |
parents | e888e262e3f0 |
children | fbe5c829c69b |