diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-02-27 20:58:48 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-02-27 21:00:38 +0100 |
commit | 2ecf564f94f8b638d73e957eb9594a9b781e2028 (patch) | |
tree | cdecd3894894ed9f5acf662c75ce44bf9d2a4ca2 | |
parent | 13811b19d6b45e00ff739329b6fa52ba0fefef9f (diff) | |
download | ffmpeg-2ecf564f94f8b638d73e957eb9594a9b781e2028.tar.gz |
build: fix iconv detection on some systems.
This at least fix the build on CentOS.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3765,7 +3765,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_lib2 iconv.h iconv -liconv +check_func_headers iconv.h iconv || check_lib2 iconv.h iconv -liconv check_func inet_aton $network_extralibs check_func isatty check_func localtime_r |