diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-12-03 16:32:47 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-12-03 16:32:47 +0000 |
commit | a6d55492eca0425b5bc9750681d00510d809e4ea (patch) | |
tree | e45caa393c494528b5e3e32bc00d7ef806cd1fff | |
parent | x11-misc/safeeyes: Fix support for Python 3.12 (diff) | |
download | gentoo-a6d55492eca0425b5bc9750681d00510d809e4ea.tar.gz gentoo-a6d55492eca0425b5bc9750681d00510d809e4ea.tar.bz2 gentoo-a6d55492eca0425b5bc9750681d00510d809e4ea.zip |
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@gentoo.org>
-rw-r--r-- | media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |