mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 02:12:28 +00:00
build: fix iconv detection on some systems.
This at least fix the build on CentOS.
This commit is contained in:
parent
13811b19d6
commit
2ecf564f94
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user