diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-25 12:48:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-25 13:08:44 +0200 |
commit | d65b9114f35c1afe2a7061f0a1ec957d33ba02b5 (patch) | |
tree | 826960d48ec549ec569ef348526d0172431766e4 /configure | |
parent | 1b1c4030ea86bd0f6ca877d6ef5ea7fcdd72db4e (diff) | |
download | ffmpeg-d65b9114f35c1afe2a7061f0a1ec957d33ba02b5.tar.gz |
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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |