summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-22 14:13:04 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-22 14:13:04 +0000
commit0328b9ea39e86cb462a189eb1dfcc4065c1f332b (patch)
tree7a9849a6e29dad0ca6a72ccf040137179951bf05 /configure
parent1ce9d6b85fea7c4d209d9e54009177ccf4b91222 (diff)
Add av_file_map() and av_file_unmap() functions.
Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 36c483515e..62f43a3130 100755
--- a/configure
+++ b/configure
@@ -1042,6 +1042,7 @@ HAVE_LIST="
malloc_h
memalign
mkstemp
+ mmap
pld
posix_memalign
round
@@ -2674,6 +2675,7 @@ check_func inet_aton $network_extralibs
check_func isatty
check_func ${malloc_prefix}memalign && enable memalign
check_func mkstemp
+check_func mmap
check_func ${malloc_prefix}posix_memalign && enable posix_memalign
check_func setrlimit
check_func strerror_r