[FFmpeg-cvslog] r18050 - trunk/configure

ramiro subversion
Thu Mar 19 22:52:02 CET 2009


Author: ramiro
Date: Thu Mar 19 22:52:01 2009
New Revision: 18050

Log:
Check for VirtualAlloc() so it may be used to allocate executable memory in
Windows.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Mar 19 22:46:56 2009	(r18049)
+++ trunk/configure	Thu Mar 19 22:52:01 2009	(r18050)
@@ -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




More information about the ffmpeg-cvslog mailing list