diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-13 09:30:06 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-07-13 12:14:27 +0200 |
commit | 6379900c533d1e556d484e57166873f3ab2505f5 (patch) | |
tree | 5c069e5ca7d34245e4c3baba0e721291cc7cbce7 /configure | |
parent | 001d668d40b5f87d19271c7d5521368b5187425b (diff) | |
download | ffmpeg-6379900c533d1e556d484e57166873f3ab2505f5.tar.gz |
Add a check for strptime().
It's an XSI extension, not available on some supported systems.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1105,6 +1105,7 @@ HAVE_LIST=" poll_h setrlimit strerror_r + strptime strtok_r struct_addrinfo struct_ipv6_mreq @@ -2775,6 +2776,7 @@ check_func mmap check_func ${malloc_prefix}posix_memalign && enable posix_memalign check_func setrlimit check_func strerror_r +check_func strptime check_func strtok_r check_func_headers io.h setmode check_func_headers lzo/lzo1x.h lzo1x_999_compress |