mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
16a3717f8d
commit
7c5bfe7add
2
configure
vendored
2
configure
vendored
@ -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
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user