This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit b75dac0138801c004a90978a1e87053e74124fdf Author: Kacper Michajłow <[email protected]> AuthorDate: Sat Aug 22 17:36:31 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Tue Sep 8 03:00:15 2026 +0200 configure: remove inline_asm_labels check The result is used by nothing. Signed-off-by: Kacper Michajłow <[email protected]> --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index b41a5a36d1..a342619c48 100755 --- a/configure +++ b/configure @@ -2642,7 +2642,6 @@ TOOLCHAIN_FEATURES=" gnu_windres ibm_asm inline_asm_direct_symbol_refs - inline_asm_labels inline_asm_nonlocal_labels pragma_deprecated rsync_contimeout @@ -6607,8 +6606,6 @@ if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then .endfunc" fi -check_inline_asm inline_asm_labels '"1:\n"' - check_inline_asm inline_asm_nonlocal_labels '"Label:\n"' if enabled aarch64; then -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
