diff options
author | Daniel Verkamp <daniel@drv.nu> | 2011-01-05 05:16:33 +0000 |
---|---|---|
committer | Daniel Verkamp <daniel@drv.nu> | 2011-01-05 05:16:33 +0000 |
commit | 73f6d31e6c87150bab6a5cea36eb794c3e26535b (patch) | |
tree | f4fb2cc45d289acbbe74b2499895e8641bccbec3 /configure | |
parent | db61329607c858f95cd7e4c165897dcd39f82977 (diff) | |
download | ffmpeg-73f6d31e6c87150bab6a5cea36eb794c3e26535b.tar.gz |
Win32 support for av_file_map()
Originally committed as revision 26221 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1040,6 +1040,7 @@ HAVE_LIST=" machine_ioctl_bt848_h machine_ioctl_meteor_h malloc_h + MapViewOfFile memalign mkstemp mmap @@ -2687,6 +2688,7 @@ check_func_headers io.h setmode check_func_headers lzo/lzo1x.h lzo1x_999_compress check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi check_func_headers windows.h GetProcessTimes +check_func_headers windows.h MapViewOfFile check_func_headers windows.h VirtualAlloc check_header conio.h |