commit: 3dfe52ccab902f225c43bcaca68a96e6156724cc
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 09:32:29 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 09:48:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfe52cc
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 <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 0ea80bb32d3..dacb390c061 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