mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user