diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-12-26 02:09:29 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-28 01:10:07 +0100 |
commit | fa333fed564750f7bc5e22125647b059dcaeab6c (patch) | |
tree | ed7c2be543d86b9beb8e6dd1ce40d7939e1fd485 /media-video/mpv | |
parent | media-video/mpv: move perl dependency under zsh-completion USE in 9999. (diff) | |
download | gentoo-fa333fed564750f7bc5e22125647b059dcaeab6c.tar.gz gentoo-fa333fed564750f7bc5e22125647b059dcaeab6c.tar.bz2 gentoo-fa333fed564750f7bc5e22125647b059dcaeab6c.zip |
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
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index eca1e35a2049..f806815d0d6d 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) |