You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
build: fix iconv detection on some systems.
This at least fix the build on CentOS.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user