From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 131B6138334 for ; Fri, 19 Oct 2018 08:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8C4AE0824; Fri, 19 Oct 2018 08:51:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1C8CE0823 for ; Fri, 19 Oct 2018 08:51:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C297335CE4 for ; Fri, 19 Oct 2018 08:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B414452 for ; Fri, 19 Oct 2018 08:51:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1539939036.8c06f2cef5adaa98e716b021b845147e903801e5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/metadata.xml X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c06f2cef5adaa98e716b021b845147e903801e5 X-VCS-Branch: master Date: Fri, 19 Oct 2018 08:51:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d020790e-b52b-4bbf-800b-50753dc8e78c X-Archives-Hash: f4566aea3eede503b46f31e3967ad122 commit: 8c06f2cef5adaa98e716b021b845147e903801e5 Author: Marty E. Plummer startmail com> AuthorDate: Mon Oct 15 18:52:42 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 19 08:50:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c06f2ce media-video/ffmpeg: remove local webp use flag Signed-off-by: Marty E. Plummer startmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny gentoo.org> media-video/ffmpeg/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index 24bfa8b7c4a..b3f3f0d91cf 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -57,7 +57,6 @@ Enable SSH/sftp support via net-libs/libssh. Enables MP2 encoding via media-sound/twolame as an alternative to the internal encoder. 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. - Enables WebP encoding with media-libs/libwebp. Enables HEVC encoding with media-libs/x265. Enables net-libs/zeromq support with the zmq/azmq filters. Enables media-libs/zimg based scale filter.