diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-05-14 21:00:26 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-05-14 21:00:26 +0200 |
commit | 20b88076223b88f99e44b6ac5d68749c8d6998ca (patch) | |
tree | a5ee5b5f1cbe6622b4564bbf2259db66d75d252c /configure | |
parent | 42a03e77000692ad6de032b8cf684e1d6ec73790 (diff) | |
download | ffmpeg-20b88076223b88f99e44b6ac5d68749c8d6998ca.tar.gz |
configure: Mention the dash demuxer in the libxml2 help text.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -282,7 +282,8 @@ External library support: --enable-libxcb-shape enable X11 grabbing shape rendering [autodetect] --enable-libxvid enable Xvid encoding via xvidcore, native MPEG-4/Xvid encoder exists [no] - --enable-libxml2 enable XML parsing using the C library libxml2 [no] + --enable-libxml2 enable XML parsing using the C library libxml2, needed + for dash demuxing support [no] --enable-libzimg enable z.lib, needed for zscale filter [no] --enable-libzmq enable message passing via libzmq [no] --enable-libzvbi enable teletext support via libzvbi [no] |