diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-06 17:59:25 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-06 18:13:20 +0300 |
commit | ed4434bbb322178ad177175ca4f5f30061f7e190 (patch) | |
tree | 83c5b6ec0725363fd08218f57f4c3c7a5c6b285f /media-video | |
parent | media-video/mpv: add HTML docs to documentation build (diff) | |
download | gentoo-ed4434bbb322178ad177175ca4f5f30061f7e190.tar.gz gentoo-ed4434bbb322178ad177175ca4f5f30061f7e190.tar.bz2 gentoo-ed4434bbb322178ad177175ca4f5f30061f7e190.zip |
media-video/mpv: drop --disable-dsound option as did upstream
dsound support was completely removed upstream. There is no need to
disable it anymore.
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 2c101aaf6c57..dc7ef9dc3c52 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -217,7 +217,6 @@ src_configure() { $(use_enable openal) $(use_enable alsa) --disable-coreaudio - --disable-dsound --disable-wasapi # Video outputs |