diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-22 14:13:04 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-22 14:13:04 +0000 |
commit | 0328b9ea39e86cb462a189eb1dfcc4065c1f332b (patch) | |
tree | 7a9849a6e29dad0ca6a72ccf040137179951bf05 /configure | |
parent | 1ce9d6b85fea7c4d209d9e54009177ccf4b91222 (diff) | |
download | ffmpeg-0328b9ea39e86cb462a189eb1dfcc4065c1f332b.tar.gz |
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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |