commit:     fa333fed564750f7bc5e22125647b059dcaeab6c
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Dec 25 23:09:29 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 00:10:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa333fed

media-video/mpv: make vdpau hwaccel non-automagic again in 9999.

This was a workaround for bug 558870, but it isn't needed anymore
since libav-12 is a must now.

Also update a couple of other configure options while at it.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3247

 media-video/mpv/mpv-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index eca1e35..f806815 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -193,6 +193,7 @@ src_configure() {
                --disable-sdl1
                $(use_enable oss oss-audio)
                --disable-rsound                # Only available in overlays.
+               --disable-sndio                 # Only available in overlays.
                $(use_enable pulseaudio pulse)
                $(use_enable jack)
                $(use_enable openal)
@@ -233,8 +234,8 @@ src_configure() {
                # HWaccels:
                # Automagic Video Toolbox HW acceleration. See Gentoo bug 
577332.
                $(use_enable vaapi vaapi-hwaccel)
-               # Automagic VDPAU HW acceleration. See Gentoo bug 558870.
-               --disable-cuda                  # No support in ffmpeg. See 
Gentoo bug 595450.
+               $(use_enable vdpau vdpau-hwaccel)
+               --disable-cuda-hwaccel  # No support in ffmpeg. See Gentoo bug 
595450.
 
                # TV features:
                $(use_enable v4l tv)

Reply via email to