This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit c27a3b12e3bfdedbd3af6cab9ed95c0a39ae3416
Author:     Niklas Haas <[email protected]>
AuthorDate: Tue Apr 14 03:48:30 2026 +0200
Commit:     Niklas Haas <[email protected]>
CommitDate: Thu Jun 4 11:44:52 2026 +0200

    configure: re-indent after previous change
    
    Signed-off-by: Niklas Haas <[email protected]>
---
 configure | 56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

diff --git a/configure b/configure
index a48b5e4e19..7cf06d404e 100755
--- a/configure
+++ b/configure
@@ -8861,8 +8861,8 @@ enabled x86asm && cp_if_changed $TMPASM 
config_components.asm
 
 if enabled checkasm; then
 
-# Reopen a new TMPH for checkasm_config_generated.h
-cat > $TMPH <<EOF
+    # Reopen a new TMPH for checkasm_config_generated.h
+    cat > $TMPH <<EOF
 /* Automatically generated by configure - do not modify! */
 #ifndef FFMPEG_CHECKASM_CONFIG_GENERATED_H
 #define FFMPEG_CHECKASM_CONFIG_GENERATED_H
@@ -8870,50 +8870,50 @@ cat > $TMPH <<EOF
 #define CHECKASM_VERSION "1.2.0"
 EOF
 
-print_config HAVE_ "$TMPH" elf_aux_info getauxval ioctl isatty linux_perf 
pthread_np_h pthread_setaffinity_np sigaction siglongjmp clock_gettime prctl
-print_config CHECKASM_ARCH_ "$TMPH" $ARCH_LIST
+    print_config HAVE_ "$TMPH" elf_aux_info getauxval ioctl isatty linux_perf 
pthread_np_h pthread_setaffinity_np sigaction siglongjmp clock_gettime prctl
+    print_config CHECKASM_ARCH_ "$TMPH" $ARCH_LIST
 
-# The callcheck harness requires x86asm/rv support on these platforms, so
-# override arch-autodetection in the header to avoid tests depending on them
-if enabled x86 && disabled x86asm; then
-    cat >> $TMPH <<EOF
+    # The callcheck harness requires x86asm/rv support on these platforms, so
+    # override arch-autodetection in the header to avoid tests depending on 
them
+    if enabled x86 && disabled x86asm; then
+        cat >> $TMPH <<EOF
 #undef CHECKASM_ARCH_X86
 #undef CHECKASM_ARCH_X86_32
 #undef CHECKASM_ARCH_X86_64
 #define CHECKASM_ARCH_X86 0
 EOF
-fi
+    fi
 
-if enabled riscv && disabled rv; then
-    cat >> $TMPH <<EOF
+    if enabled riscv && disabled rv; then
+        cat >> $TMPH <<EOF
 #undef CHECKASM_ARCH_RISCV
 #define CHECKASM_ARCH_RISCV 0
 EOF
-fi
+    fi
 
-if enabled aarch64; then
-    print_config HAVE_ "$TMPH" as_archext_sve_directive sve
-    print_config HAVE_ "$TMPH" as_archext_sme_directive sme
-elif enabled riscv; then
-    print_config HAVE_ "$TMPH" sys_hwprobe_h asm_hwprobe_h
-fi
+    if enabled aarch64; then
+        print_config HAVE_ "$TMPH" as_archext_sve_directive sve
+        print_config HAVE_ "$TMPH" as_archext_sme_directive sme
+    elif enabled riscv; then
+        print_config HAVE_ "$TMPH" sys_hwprobe_h asm_hwprobe_h
+    fi
 
-cat >> $TMPH <<EOF
+    cat >> $TMPH <<EOF
 #endif /* FFMPEG_CHECKASM_CONFIG_H */
 EOF
 
-cp_if_changed $TMPH checkasm_config_generated.h
+    cp_if_changed $TMPH checkasm_config_generated.h
 
-if enabled x86asm; then
-    append config_files $TMPASM
-    cat > $TMPASM <<EOF
+    if enabled x86asm; then
+        append config_files $TMPASM
+        cat > $TMPASM <<EOF
 ; Automatically generated by configure - do not modify!
 EOF
-    # We pass -DPREFIX on the command line when necessary; we don't need
-    # to include it in the generated config header.
-    print_config "" "$TMPASM" pic
-    cp_if_changed $TMPASM checkasm_config_generated.asm
-fi
+        # We pass -DPREFIX on the command line when necessary; we don't need
+        # to include it in the generated config header.
+        print_config "" "$TMPASM" pic
+        cp_if_changed $TMPASM checkasm_config_generated.asm
+    fi
 
 fi # enabled checkasm
 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to