diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-01-07 18:08:56 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-02-17 12:57:56 +0100 |
commit | f796399344a1bb2ecdf9e273ea62dfa53e33908a (patch) | |
tree | cfc347d5a603e14298a2290ee19943869b239cd8 /configure | |
parent | 8732271e4025ed4198055686228a62c1d4f1a8c7 (diff) | |
download | ffmpeg-f796399344a1bb2ecdf9e273ea62dfa53e33908a.tar.gz |
lavc: support subtitles character encoding conversion.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1390,6 +1390,7 @@ HAVE_LIST=" gnu_as gsm_h ibm_asm + iconv inet_aton io_h isatty @@ -3716,6 +3717,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 |