summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2011-01-05 05:16:33 +0000
committerDaniel Verkamp <daniel@drv.nu>2011-01-05 05:16:33 +0000
commit73f6d31e6c87150bab6a5cea36eb794c3e26535b (patch)
treef4fb2cc45d289acbbe74b2499895e8641bccbec3 /configure
parentdb61329607c858f95cd7e4c165897dcd39f82977 (diff)
Win32 support for av_file_map()
Originally committed as revision 26221 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 f778f359de..a30a2c92dd 100755
--- a/configure
+++ b/configure
@@ -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