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 65EE61384C0 for ; Fri, 28 Aug 2015 14:13:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC563142B3; Fri, 28 Aug 2015 14:13:25 +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 66386142B3 for ; Fri, 28 Aug 2015 14:13:25 +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 2F573340A7D for ; Fri, 28 Aug 2015 14:13:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9339155 for ; Fri, 28 Aug 2015 14:13:22 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1440771186.224a54e65a08f102f9a32ef92d83a7b1ce796dfe.yngwin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.9.2_p20150824.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 224a54e65a08f102f9a32ef92d83a7b1ce796dfe X-VCS-Branch: master Date: Fri, 28 Aug 2015 14:13:22 +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: 136642d8-9068-4ba6-bef2-2e60667ec8c7 X-Archives-Hash: 93cafbb0ef66d545f068049570ae449b commit: 224a54e65a08f102f9a32ef92d83a7b1ce796dfe Author: Ben de Groot gentoo org> AuthorDate: Fri Aug 28 14:13:06 2015 +0000 Commit: Ben de Groot gentoo org> CommitDate: Fri Aug 28 14:13:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224a54e6 media-video/mpv: do not hard-enable vdpau-hwaccel As suggested by Mike Gilbert Bug: 558870 Package-Manager: portage-2.2.20.1 media-video/mpv/mpv-0.9.2_p20150824.ebuild | 1 - media-video/mpv/mpv-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-video/mpv/mpv-0.9.2_p20150824.ebuild b/media-video/mpv/mpv-0.9.2_p20150824.ebuild index fc73e57..5307fa2 100644 --- a/media-video/mpv/mpv-0.9.2_p20150824.ebuild +++ b/media-video/mpv/mpv-0.9.2_p20150824.ebuild @@ -229,7 +229,6 @@ src_configure() { # hwaccels $(use_enable vaapi vaapi-hwaccel) - $(use_enable vdpau vdpau-hwaccel) # tv features $(use_enable v4l tv) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 3f65231..4f4bb60 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -229,7 +229,6 @@ src_configure() { # hwaccels $(use_enable vaapi vaapi-hwaccel) - $(use_enable vdpau vdpau-hwaccel) # tv features $(use_enable v4l tv)