diff options
author | 2019-03-13 14:24:55 +0100 | |
---|---|---|
committer | 2019-03-13 16:03:23 +0100 | |
commit | 3ca628cd162471fffef3545173f08431e33624c8 (patch) | |
tree | 6ec9bea7ffdc09d994551d98afe6b2790f7791d7 /media-video/ffmpeg/metadata.xml | |
parent | net-analyzer/gvm-tools: new package. (diff) | |
download | gentoo-3ca628cd162471fffef3545173f08431e33624c8.tar.gz gentoo-3ca628cd162471fffef3545173f08431e33624c8.tar.bz2 gentoo-3ca628cd162471fffef3545173f08431e33624c8.zip |
media-video/ffmpeg: add libxml2 useflag
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg/metadata.xml')
-rw-r--r-- | media-video/ffmpeg/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index 5a7a9e5dcefe..b2b0c975a987 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -36,6 +36,7 @@ <flag name="librtmp">Enables Real Time Messaging Protocol using librtmp (<pkg>media-video/rtmpdump</pkg>) in addition to FFmpeg's native implementation.</flag> <flag name="libsoxr">Enables audio resampling through <pkg>media-libs/soxr</pkg>.</flag> <flag name="libv4l">Uses <pkg>media-libs/libv4l</pkg> for video4linux instead of direct calls. Adds support for more devices via the userspace library.</flag> + <flag name="libxml2">Uses <pkg>dev-libs/libxml2</pkg> to enable dash demuxing support.</flag> <flag name="lv2">Enables lv2 audio filter wrapper.</flag> <flag name="mipsdspr1">Enables MIPS DSP ASE R1 optimizations.</flag> <flag name="mipsdspr2">Enables MIPS DSP ASE R2 optimizations.</flag> |