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 251ED1384B4 for ; Mon, 28 Dec 2015 14:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CFC321C00B; Mon, 28 Dec 2015 14:07:18 +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 4E67B21C019 for ; Mon, 28 Dec 2015 14:07: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 7D733340554 for ; Mon, 28 Dec 2015 14:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A313CFB for ; Mon, 28 Dec 2015 13:27:47 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451306837.aa2919b8bca8365a54a115e2310c05159aaa9361.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: aa2919b8bca8365a54a115e2310c05159aaa9361 X-VCS-Branch: master Date: Mon, 28 Dec 2015 13:27:47 +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: 10893e4f-3677-491b-81d2-0d0b92fa6e93 X-Archives-Hash: ded81f9a64f83040e586f43b610bcc5c commit: aa2919b8bca8365a54a115e2310c05159aaa9361 Author: Ilya Tumaykin gmail com> AuthorDate: Tue Dec 22 18:02:08 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Dec 28 12:47:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2919b8 media-video/mpv: comment on automagic VDPAU HW acceleration Package-Manager: portage-2.2.24 media-video/mpv/mpv-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index fa45847..94ad5bc 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -233,6 +233,7 @@ src_configure() { # HWaccels $(use_enable vaapi vaapi-hwaccel) + # Automagic VDPAU HW acceleration. See Gentoo bug 558870. # TV features $(use_enable v4l tv)