diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-11-23 11:32:29 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-11-23 11:48:05 +0200 |
commit | 3dfe52ccab902f225c43bcaca68a96e6156724cc (patch) | |
tree | 392e7b2e8341c0fec08ed7d331e1fa88e4e04e4d /media-plugins | |
parent | media-plugins/gst-plugins-libav: Update ffmpeg version with USE=libav (diff) | |
download | gentoo-3dfe52ccab902f225c43bcaca68a96e6156724cc.tar.gz gentoo-3dfe52ccab902f225c43bcaca68a96e6156724cc.tar.bz2 gentoo-3dfe52ccab902f225c43bcaca68a96e6156724cc.zip |
media-plugins/gst-plugins-libav: tweak USE=libav ewarn for bundled ffmpeg
This isn't an internal copy anymore in the sense of coming from gst-libav
tarball, but rather a bundled version that we update ourselves, so tweak
the terminology to "bundled"
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild index 0ea80bb32d37..dacb390c0618 100644 --- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild +++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild @@ -63,7 +63,7 @@ multilib_src_configure() { local myconf if use libav; then - ewarn "Using internal ffmpeg copy as upstream dropped" + ewarn "Using bundled ffmpeg copy as upstream dropped" ewarn "the support for compiling against system libav" ewarn "https://bugzilla.gnome.org/show_bug.cgi?id=758183" else |