[FFmpeg-cvslog] configure: Use libiconv on systems that lack built-in iconv

James Almer git at videolan.org
Thu Feb 21 23:06:00 CET 2013


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Feb 20 22:35:59 2013 -0300| [67b3fcf65578fe7811a586393da4c188d7bdb327] | committer: Michael Niedermayer

configure: Use libiconv on systems that lack built-in iconv

Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67b3fcf65578fe7811a586393da4c188d7bdb327
---

 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



More information about the ffmpeg-cvslog mailing list