summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-11-27 11:35:54 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-27 11:35:54 +0100
commitcc663bd13a97a92a3b3ba838393e77f2e1c490ad (patch)
tree64548f2cbc0ba8461b3ea7e3ea9c0ab63976c94f /configure
parent097de4d1d68fb5aef5fc8881b2afc65db3f0dac0 (diff)
parent79fd186a5035cf16fc0ab288d8f59da8b1ba2c0e (diff)
downloadffmpeg-streaming-cc663bd13a97a92a3b3ba838393e77f2e1c490ad.zip
ffmpeg-streaming-cc663bd13a97a92a3b3ba838393e77f2e1c490ad.tar.gz
Merge commit '79fd186a5035cf16fc0ab288d8f59da8b1ba2c0e'
* commit '79fd186a5035cf16fc0ab288d8f59da8b1ba2c0e': lavf: Use MoveFileEx instead of rename/_wrename on windows Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 38619c4..2810a03 100755
--- a/configure
+++ b/configure
@@ -1732,6 +1732,7 @@ SYSTEM_FUNCS="
lzo1x_999_compress
mach_absolute_time
MapViewOfFile
+ MoveFileExA
memalign
mkstemp
mmap
@@ -4736,6 +4737,7 @@ check_func_headers windows.h GetProcessAffinityMask
check_func_headers windows.h GetProcessTimes
check_func_headers windows.h GetSystemTimeAsFileTime
check_func_headers windows.h MapViewOfFile
+check_func_headers windows.h MoveFileExA
check_func_headers windows.h PeekNamedPipe
check_func_headers windows.h SetConsoleTextAttribute
check_func_headers windows.h Sleep
OpenPOWER on IntegriCloud