commit: c27e2a3db776a4eec1d7215fcfc405031b2513bb
Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 15:34:35 2021 +0000
Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Mon May 31 15:36:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27e2a3d
www-client/chromium: update vaapi information
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
www-client/chromium/chromium-91.0.4472.77.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/www-client/chromium/chromium-91.0.4472.77.ebuild
b/www-client/chromium/chromium-91.0.4472.77.ebuild
index 2b6dd7b1b6e..ad9ec577e69 100644
--- a/www-client/chromium/chromium-91.0.4472.77.ebuild
+++ b/www-client/chromium/chromium-91.0.4472.77.ebuild
@@ -931,10 +931,9 @@ pkg_postinst() {
readme.gentoo_print_elog
if use vaapi; then
- elog "VA-API is disabled by default at runtime. Either enable
it"
- elog "by navigating to
chrome://flags/#enable-accelerated-video-decode"
- elog "inside Chromium or add --enable-accelerated-video-decode"
- elog "to CHROMIUM_FLAGS in /etc/chromium/default."
+ elog "VA-API is disabled by default at runtime. You have to
enable it"
+ elog "by adding --enable-features=VaapiVideoDecoder to
CHROMIUM_FLAGS"
+ elog "in /etc/chromium/default."
fi
if use screencast; then
elog "Screencast is disabled by default at runtime. Either
enable it"