summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-02-20 22:35:59 -0300
committerMichael Niedermayer <michaelni@gmx.at>2013-02-21 22:41:19 +0100
commit67b3fcf65578fe7811a586393da4c188d7bdb327 (patch)
treefe406cc4088be2ff69ac84a2afc9e915765e4bd4
parent82a4a4e7caa96cea9aa2185c4c3110a5e9fde7c2 (diff)
downloadffmpeg-streaming-67b3fcf65578fe7811a586393da4c188d7bdb327.zip
ffmpeg-streaming-67b3fcf65578fe7811a586393da4c188d7bdb327.tar.gz
configure: Use libiconv on systems that lack built-in iconv
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b617f90..083d4ab 100755
--- a/configure
+++ b/configure
@@ -3726,7 +3726,7 @@ check_func getopt
check_func getrusage
check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss
check_func gettimeofday
-check_func iconv
+check_func iconv || check_lib2 iconv.h iconv -liconv
check_func inet_aton $network_extralibs
check_func isatty
check_func localtime_r
OpenPOWER on IntegriCloud