Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-01-07 21:08:56 +0400
committerClément Bœsch <ubitux@gmail.com>2013-02-17 15:57:56 +0400
commitf796399344a1bb2ecdf9e273ea62dfa53e33908a (patch)
treecfc347d5a603e14298a2290ee19943869b239cd8 /configure
parent8732271e4025ed4198055686228a62c1d4f1a8c7 (diff)
lavc: support subtitles character encoding conversion.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index e102b258c5..81b593bdbd 100755
--- a/configure
+++ b/configure
@@ -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