Commit 050adcdd authored by ramiro's avatar ramiro

Check for VirtualAlloc() so it may be used to allocate executable memory in

Windows.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18050 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ee00d385
...@@ -910,6 +910,7 @@ HAVE_LIST=" ...@@ -910,6 +910,7 @@ HAVE_LIST="
termios_h termios_h
threads threads
truncf truncf
VirtualAlloc
winsock2_h winsock2_h
yasm yasm
" "
...@@ -1944,6 +1945,7 @@ check_func mkstemp ...@@ -1944,6 +1945,7 @@ check_func mkstemp
check_func posix_memalign check_func posix_memalign
check_func_headers io.h setmode check_func_headers io.h setmode
check_func_headers windows.h GetProcessTimes check_func_headers windows.h GetProcessTimes
check_func_headers windows.h VirtualAlloc
check_header conio.h check_header conio.h
check_header dlfcn.h check_header dlfcn.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment