From 7c5bfe7add44be19301c29a11cde43e27d2f7272 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Thu, 19 Mar 2009 21:52:01 +0000 Subject: [PATCH] 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 --- configure | 2 ++ 1 file changed, 2 insertions(+) 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