]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Check for VirtualAlloc() so it may be used to allocate executable memory in
authorramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 19 Mar 2009 21:52:01 +0000 (21:52 +0000)
committerramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 19 Mar 2009 21:52:01 +0000 (21:52 +0000)
Windows.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18050 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

configure

index 187ee5c77b02d91b6ff7fbd449544d2a86b59ae1..165484b4c33a0b4b35da9b0b4933aaedbebb685d 100755 (executable)
--- 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