summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-03-10 14:55:44 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-03-10 21:34:52 +0000
commit9d5b4b57bcd08f3066326c02bcd9d7d4e407de83 (patch)
tree862bec7527e66d3ca828102c5b6e5138f2163814 /media-video/mpv/mpv-9999.ebuild
parentprofiles: Unmask media-sound/tomahawk[qt5] (diff)
downloadgentoo-9d5b4b57bcd08f3066326c02bcd9d7d4e407de83.tar.gz
gentoo-9d5b4b57bcd08f3066326c02bcd9d7d4e407de83.tar.bz2
gentoo-9d5b4b57bcd08f3066326c02bcd9d7d4e407de83.zip
media-video/mpv: update sdl USE description, drop sdl ewarn from 9999
Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r--media-video/mpv/mpv-9999.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 6d6d6d8e9acd..20152bf282ba 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -136,12 +136,6 @@ pkg_pretend() {
ewarn "this output is considered experimental by upstream."
fi
- if use sdl; then
- ewarn "You have enabled the sdl video and audio outputs. Note that"
- ewarn "upstream provides these outputs for compatibility reasons only."
- ewarn "You probably don't need them under the normal circumstances."
- 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"