commit: a6d55492eca0425b5bc9750681d00510d809e4ea Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Dec 3 16:32:47 2023 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Dec 3 16:32:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d55492
media-video/ffmpeg-chromium: Work around vulkan linking issue with flag This should be fixed upstream in the next release. Closes: https://bugs.gentoo.org/918997 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild index c51a4c4b8b9b..3709cb55e8ee 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild @@ -137,6 +137,9 @@ src_prepare() { src_configure() { local myconf=( ) + # Bug #918997. Will probably be fixed upstream in the next release. + use vulkan && append-ldflags -Wl,-z,muldefs + # bug 842201 use ia64 && tc-is-gcc && append-flags \ -fno-tree-ccp \
