summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-08-25 12:48:12 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-25 13:08:44 +0200
commitd65b9114f35c1afe2a7061f0a1ec957d33ba02b5 (patch)
tree826960d48ec549ec569ef348526d0172431766e4 /configure
parent1b1c4030ea86bd0f6ca877d6ef5ea7fcdd72db4e (diff)
avformat/file: Check for lstat() instead of dirent.h
Fixes build on mingw Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 5184895374..1e82030fad 100755
--- a/configure
+++ b/configure
@@ -1788,6 +1788,7 @@ SYSTEM_FUNCS="
jack_port_get_latency_range
kbhit
localtime_r
+ lstat
lzo1x_999_compress
mach_absolute_time
MapViewOfFile
@@ -5087,6 +5088,7 @@ check_func_headers conio.h kbhit
check_func_headers io.h setmode
check_func_headers lzo/lzo1x.h lzo1x_999_compress
check_func_headers stdlib.h getenv
+check_func_headers sys/stat.h lstat
check_func_headers windows.h CoTaskMemFree -lole32
check_func_headers windows.h GetProcessAffinityMask