media-video/ffmpeg-compat: sync with ffmpeg

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-03-13 00:30:30 -04:00
parent cc9998eb44
commit d602b75d04
2 changed files with 2 additions and 2 deletions

View File

@@ -468,7 +468,7 @@ multilib_src_configure() {
${EXTRA_ECONF}
)
einfo "${conf[*]}" # no edo.eclass due to noisy long command in errors
einfo "${conf[*]}"
"${conf[@]}" || die "configure failed, see ${BUILD_DIR}/ffbuild/config.log"
}

View File

@@ -542,7 +542,7 @@ multilib_src_configure() {
${EXTRA_ECONF}
)
einfo "${conf[*]}" # no edo.eclass due to noisy long command in errors
einfo "${conf[*]}"
"${conf[@]}" || die "configure failed, see ${BUILD_DIR}/ffbuild/config.log"
}