[FFmpeg-devel] [PATCH] configure: Use libiconv on systems that lack built-in iconv
James Almer
jamrial at gmail.com
Thu Feb 21 02:35:59 CET 2013
Signed-off-by: James Almer <jamrial at gmail.com>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
1.7.12.4
More information about the ffmpeg-devel
mailing list