summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-12-03 16:32:47 +0000
committerJames Le Cuirot <chewi@gentoo.org>2023-12-03 16:32:47 +0000
commita6d55492eca0425b5bc9750681d00510d809e4ea (patch)
treee45caa393c494528b5e3e32bc00d7ef806cd1fff /media-video
parentx11-misc/safeeyes: Fix support for Python 3.12 (diff)
downloadgentoo-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>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ffmpeg-chromium/ffmpeg-chromium-117.ebuild3
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 \