diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-03-19 21:52:01 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-03-19 21:52:01 +0000 |
commit | 7c5bfe7add44be19301c29a11cde43e27d2f7272 (patch) | |
tree | 1307fa41908fc197d673a7d126c9d6aa2049ff62 /configure | |
parent | 16a3717f8d49aae15f100f4ff64b0b128e56d523 (diff) | |
download | ffmpeg-7c5bfe7add44be19301c29a11cde43e27d2f7272.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |