diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-02-29 17:20:32 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2016-02-29 22:28:32 +0300 |
commit | e8a2176f504e69055f69c2505daa645f0e15fe52 (patch) | |
tree | 5783d7f59e1a4ff9b7ee0fd502a5a170dcb91a82 /media-video | |
parent | www-apache/passenger: add 5.0.25 (diff) | |
download | gentoo-e8a2176f504e69055f69c2505daa645f0e15fe52.tar.gz gentoo-e8a2176f504e69055f69c2505daa645f0e15fe52.tar.bz2 gentoo-e8a2176f504e69055f69c2505daa645f0e15fe52.zip |
media-video/mpv: explicitly disable opensles in 9999
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index f100dc65cc34..6d6d6d8e9acd 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -212,6 +212,7 @@ src_configure() { $(use_enable pulseaudio pulse) $(use_enable jack) $(use_enable openal) + --disable-opensles $(use_enable alsa) --disable-coreaudio |