summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-03-10 14:59:09 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-03-10 21:34:58 +0000
commit63a2333ecad262efdc8cc2a16b4f2f1bb47e43b2 (patch)
treeceb26befc0e0b0b4ad98712c9283a9dd4b81562d /media-video
parentmedia-video/mpv: disable sdl USE by default in 9999 (diff)
downloadgentoo-63a2333ecad262efdc8cc2a16b4f2f1bb47e43b2.tar.gz
gentoo-63a2333ecad262efdc8cc2a16b4f2f1bb47e43b2.tar.bz2
gentoo-63a2333ecad262efdc8cc2a16b4f2f1bb47e43b2.zip
media-video/mpv: drop useless ewarn re openal from 9999
Gentoo-Bug: 576748 Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/mpv-9999.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 0a7a6cbac864..75be6bc14209 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -131,11 +131,6 @@ pkg_pretend() {
ewarn "OSD and subtitles won't be available."
fi
- if use openal; then
- ewarn "You have enabled the openal audio output. Be warned that"
- ewarn "this output is considered experimental by upstream."
- fi
-
if use libav; then
elog "You have enabled media-video/libav instead of media-video/ffmpeg."
elog "Upstream recommends media-video/ffmpeg, as some functionality"