media-video/ffmpeg: add 'possible' out-of-source race(?) workaround

No idea why I can't hit this, but feel that it should be that the
system doesn't properly create the directory depending on order.

Let's try a blind workaround and see if it helps, will revert if not.

Bug: https://bugs.gentoo.org/965687
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-11-05 05:04:00 -05:00
parent cc436775e3
commit 21fbcf9841
2 changed files with 2 additions and 0 deletions

View File

@@ -558,6 +558,7 @@ multilib_src_configure() {
}
multilib_src_compile() {
mkdir -p fftools/resources/ || die #965687
emake V=1
in_iuse chromium && use chromium && multilib_is_native_abi &&
emake V=1 libffmpeg

View File

@@ -563,6 +563,7 @@ multilib_src_configure() {
}
multilib_src_compile() {
mkdir -p fftools/resources/ || die #965687
emake V=1
in_iuse chromium && use chromium && multilib_is_native_abi &&
emake V=1 libffmpeg