Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Mon, 28 Dec 2015 14:07:29
Message-Id: 1451306837.aa2919b8bca8365a54a115e2310c05159aaa9361.idella4@gentoo
1 commit: aa2919b8bca8365a54a115e2310c05159aaa9361
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 22 18:02:08 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 12:47:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2919b8
7
8 media-video/mpv: comment on automagic VDPAU HW acceleration
9
10 Package-Manager: portage-2.2.24
11
12 media-video/mpv/mpv-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
16 index fa45847..94ad5bc 100644
17 --- a/media-video/mpv/mpv-9999.ebuild
18 +++ b/media-video/mpv/mpv-9999.ebuild
19 @@ -233,6 +233,7 @@ src_configure() {
20
21 # HWaccels
22 $(use_enable vaapi vaapi-hwaccel)
23 + # Automagic VDPAU HW acceleration. See Gentoo bug 558870.
24
25 # TV features
26 $(use_enable v4l tv)