Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Fri, 19 Oct 2018 08:51:27
Message-Id: 1539939036.8c06f2cef5adaa98e716b021b845147e903801e5.mgorny@gentoo
1 commit: 8c06f2cef5adaa98e716b021b845147e903801e5
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Mon Oct 15 18:52:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 08:50:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c06f2ce
7
8 media-video/ffmpeg: remove local webp use flag
9
10 Signed-off-by: Marty E. Plummer <hanetzer <AT> startmail.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 media-video/ffmpeg/metadata.xml | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml
18 index 24bfa8b7c4a..b3f3f0d91cf 100644
19 --- a/media-video/ffmpeg/metadata.xml
20 +++ b/media-video/ffmpeg/metadata.xml
21 @@ -57,7 +57,6 @@
22 <flag name="ssh">Enable SSH/sftp support via <pkg>net-libs/libssh</pkg>.</flag>
23 <flag name="twolame">Enables MP2 encoding via <pkg>media-sound/twolame</pkg> as an alternative to the internal encoder.</flag>
24 <flag name="vpx">Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though.</flag>
25 - <flag name="webp">Enables WebP encoding with <pkg>media-libs/libwebp</pkg>.</flag>
26 <flag name="x265">Enables HEVC encoding with <pkg>media-libs/x265</pkg>.</flag>
27 <flag name="zeromq">Enables <pkg>net-libs/zeromq</pkg> support with the zmq/azmq filters.</flag>
28 <flag name="zimg">Enables <pkg>media-libs/zimg</pkg> based scale filter.</flag>