Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Wed, 28 Oct 2015 08:37:20
Message-Id: 1446020955.3c14210edd30c5b1934f3ceacb575f7013d61a27.aballier@gentoo
1 commit: 3c14210edd30c5b1934f3ceacb575f7013d61a27
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 08:29:09 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 08:29:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c14210e
7
8 media-video/ffmpeg: Enable nonfree when enabling nvenc.
9
10 Package-Manager: portage-2.2.23
11
12 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
16 index 7844b8f..14e3a3a 100644
17 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
18 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
19 @@ -315,7 +315,7 @@ multilib_src_configure() {
20 if use aac || use amrenc ; then
21 myconf+=( --enable-version3 )
22 fi
23 - if use aacplus || use faac ; then
24 + if use aacplus || use faac || use nvenc ; then
25 myconf+=( --enable-nonfree )
26 fi
27 else