summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2009-03-19 21:52:01 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2009-03-19 21:52:01 +0000
commit7c5bfe7add44be19301c29a11cde43e27d2f7272 (patch)
tree1307fa41908fc197d673a7d126c9d6aa2049ff62
parent16a3717f8d49aae15f100f4ff64b0b128e56d523 (diff)
Check for VirtualAlloc() so it may be used to allocate executable memory in
Windows. Originally committed as revision 18050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 187ee5c77b..165484b4c3 100755
--- a/configure
+++ b/configure
@@ -910,6 +910,7 @@ HAVE_LIST="
termios_h
threads
truncf
+ VirtualAlloc
winsock2_h
yasm
"
@@ -1944,6 +1945,7 @@ check_func mkstemp
check_func posix_memalign
check_func_headers io.h setmode
check_func_headers windows.h GetProcessTimes
+check_func_headers windows.h VirtualAlloc
check_header conio.h
check_header dlfcn.h