From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 04F4213888F for ; Wed, 28 Oct 2015 08:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9E86E087D; Wed, 28 Oct 2015 08:37:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80118E087D for ; Wed, 28 Oct 2015 08:37:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AC02340A7F for ; Wed, 28 Oct 2015 08:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AB25E07 for ; Wed, 28 Oct 2015 08:37:13 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1446020955.3c14210edd30c5b1934f3ceacb575f7013d61a27.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-9999.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3c14210edd30c5b1934f3ceacb575f7013d61a27 X-VCS-Branch: master Date: Wed, 28 Oct 2015 08:37:13 +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: 7e77cf7a-c79e-45a3-9eff-df097488d501 X-Archives-Hash: cb7a6874d131511d52f654fd21cc867a commit: 3c14210edd30c5b1934f3ceacb575f7013d61a27 Author: Alexis Ballier gentoo org> AuthorDate: Wed Oct 28 08:29:09 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Oct 28 08:29:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c14210e media-video/ffmpeg: Enable nonfree when enabling nvenc. Package-Manager: portage-2.2.23 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 7844b8f..14e3a3a 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -315,7 +315,7 @@ multilib_src_configure() { if use aac || use amrenc ; then myconf+=( --enable-version3 ) fi - if use aacplus || use faac ; then + if use aacplus || use faac || use nvenc ; then myconf+=( --enable-nonfree ) fi else