[FFmpeg-devel] [PATCH] lavc: support subtitles charset conversion.
James Almer
jamrial at gmail.com
Fri Jan 4 07:48:02 CET 2013
On 04/01/13 2:24 AM, Clément Bœsch wrote:
> @@ -3696,6 +3697,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 inet_aton $network_extralibs
> check_func isatty
> check_func localtime_r
check_func_headers iconv.h iconv -liconv
At least with Mingw32 that's the only way the test succeeded for me.
More information about the ffmpeg-devel
mailing list