diff options
author | Mans Rullgard <mans@mansr.com> | 2012-10-13 02:40:48 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-10-15 02:39:49 +0100 |
commit | e98b02de5f925a76bfa70ca16388b87da804baa3 (patch) | |
tree | ad19497d560f8a3226373a5d7e1b80bad2a4a146 /configure | |
parent | f9d732c26448a73711b9723ef3e4122038d454ff (diff) | |
download | ffmpeg-e98b02de5f925a76bfa70ca16388b87da804baa3.tar.gz |
configure: check for mprotect
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1198,6 +1198,7 @@ HAVE_LIST=" mkstemp mm_empty mmap + mprotect msvcrt nanosleep poll_h @@ -3202,6 +3203,7 @@ check_func localtime_r check_func ${malloc_prefix}memalign && enable memalign check_func mkstemp check_func mmap +check_func mprotect check_func ${malloc_prefix}posix_memalign && enable posix_memalign check_func_headers malloc.h _aligned_malloc && enable aligned_malloc check_func setrlimit |