mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
vf_drawtext: fontconfig support.
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -166,6 +166,7 @@ Individual component options:
|
||||
External library support:
|
||||
--enable-avisynth enable reading of AVISynth script files [no]
|
||||
--enable-bzlib enable bzlib [autodetect]
|
||||
--enable-fontconfig enable fontconfig
|
||||
--enable-frei0r enable frei0r video filtering
|
||||
--enable-gnutls enable gnutls [no]
|
||||
--enable-libaacplus enable AAC+ encoding via libaacplus [no]
|
||||
@ -1022,6 +1023,7 @@ CONFIG_LIST="
|
||||
dxva2
|
||||
fastdiv
|
||||
fft
|
||||
fontconfig
|
||||
frei0r
|
||||
gnutls
|
||||
gpl
|
||||
@ -3164,6 +3166,7 @@ check_mathfunc truncf
|
||||
|
||||
# these are off by default, so fail if requested and not available
|
||||
enabled avisynth && require2 vfw32 "windows.h vfw.h" AVIFileInit -lavifil32
|
||||
enabled fontconfig && require_pkg_config fontconfig "fontconfig/fontconfig.h" FcInit
|
||||
enabled frei0r && { check_header frei0r.h || die "ERROR: frei0r.h header not found"; }
|
||||
enabled gnutls && require_pkg_config gnutls gnutls/gnutls.h gnutls_global_init
|
||||
enabled libaacplus && require "libaacplus >= 2.0.0" aacplus.h aacplusEncOpen -laacplus
|
||||
|
Reference in New Issue
Block a user