summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-25 22:46:35 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-25 22:46:35 +0000
commit87958234f9eb73ecb88577977ca913d04b726ebe (patch)
tree5bdcfc76148a230690e2580194e0b4a54cec2f20 /configure
parent0394c928db9578cd68499ef68b88026a70eb896b (diff)
Implement av_strerror().
Originally committed as revision 22684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 06820063f9..e6706b9716 100755
--- a/configure
+++ b/configure
@@ -1074,6 +1074,7 @@ HAVE_LIST="
soundcard_h
poll_h
setrlimit
+ strerror_r
struct_addrinfo
struct_ipv6_mreq
struct_sockaddr_in6
@@ -2531,6 +2532,7 @@ check_func ${malloc_prefix}memalign && enable memalign
check_func mkstemp
check_func ${malloc_prefix}posix_memalign && enable posix_memalign
check_func setrlimit
+check_func strerror_r
check_func_headers io.h setmode
check_func_headers lzo/lzo1x.h lzo1x_999_compress
check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi