[FFmpeg-cvslog] configure: check for mprotect

Mans Rullgard git at videolan.org
Mon Oct 15 14:24:58 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Oct 13 02:40:48 2012 +0000| [e98b02de5f925a76bfa70ca16388b87da804baa3] | committer: Mans Rullgard

configure: check for mprotect

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e98b02de5f925a76bfa70ca16388b87da804baa3
---

 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index d8a5728..8652639 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list