Skip to content

Commit

Permalink
media-video/mpv: make vdpau hwaccel non-automagic again in 9999.
Browse files Browse the repository at this point in the history
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: gentoo#3247
  • Loading branch information
Coacher authored and monsieurp committed Dec 28, 2016
1 parent 5f55b7e commit fa333fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit fa333fe

Please sign in to comment.