commit: d58abbd7c4055e503abbadc09bedbd6f7815d746 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Thu Feb 22 23:29:55 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 23 20:38:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58abbd7
media-video/mpv: drop obsolete sdl1 configure option in 9999 Upstream-commit: https://github.com/mpv-player/mpv/commit/1dcf511376545de7624863b76d7f30dc3bb44ac9 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7263 media-video/mpv/mpv-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 4090c392423..e273db3d080 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -195,7 +195,6 @@ src_configure() { # Audio outputs: $(use_enable sdl sdl2) # Listed under audio, but also includes video. - --disable-sdl1 $(use_enable oss oss-audio) --disable-rsound # Only available in overlays. --disable-sndio # Only available in overlays.
