Gentoo Archives: gentoo-commits

From: Ben de Groot <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Fri, 28 Aug 2015 14:13:28
Message-Id: 1440771186.224a54e65a08f102f9a32ef92d83a7b1ce796dfe.yngwin@gentoo
1 commit: 224a54e65a08f102f9a32ef92d83a7b1ce796dfe
2 Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 14:13:06 2015 +0000
4 Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 14:13:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224a54e6
7
8 media-video/mpv: do not hard-enable vdpau-hwaccel
9
10 As suggested by Mike Gilbert
11
12 Bug: 558870
13
14 Package-Manager: portage-2.2.20.1
15
16 media-video/mpv/mpv-0.9.2_p20150824.ebuild | 1 -
17 media-video/mpv/mpv-9999.ebuild | 1 -
18 2 files changed, 2 deletions(-)
19
20 diff --git a/media-video/mpv/mpv-0.9.2_p20150824.ebuild b/media-video/mpv/mpv-0.9.2_p20150824.ebuild
21 index fc73e57..5307fa2 100644
22 --- a/media-video/mpv/mpv-0.9.2_p20150824.ebuild
23 +++ b/media-video/mpv/mpv-0.9.2_p20150824.ebuild
24 @@ -229,7 +229,6 @@ src_configure() {
25
26 # hwaccels
27 $(use_enable vaapi vaapi-hwaccel)
28 - $(use_enable vdpau vdpau-hwaccel)
29
30 # tv features
31 $(use_enable v4l tv)
32
33 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
34 index 3f65231..4f4bb60 100644
35 --- a/media-video/mpv/mpv-9999.ebuild
36 +++ b/media-video/mpv/mpv-9999.ebuild
37 @@ -229,7 +229,6 @@ src_configure() {
38
39 # hwaccels
40 $(use_enable vaapi vaapi-hwaccel)
41 - $(use_enable vdpau vdpau-hwaccel)
42
43 # tv features
44 $(use_enable v4l tv)