From c607aae2b95b05bdc7066e3572737cb00a596e9f Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 1 Nov 2025 11:27:22 +0100 Subject: [PATCH] configure: Add config_components.asm This is in preparation for the next commit. Reviewed-by: Lynne Signed-off-by: Andreas Rheinhardt --- configure | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 3b132d07c9..17f72b735e 100755 --- a/configure +++ b/configure @@ -8524,8 +8524,10 @@ echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH cp_if_changed $TMPH config.h touch ffbuild/.config -# Copy config.asm before printing ALL_COMPONENTS; that's not needed in assembly. -enabled x86asm && cp_if_changed $TMPASM config.asm +# Copy config.asm and reopen a new TMPASM for config_components.asm +enabled x86asm && cp_if_changed $TMPASM config.asm && cat > $TMPASM < $TMPH <> $TMPH echo "endif # FFMPEG_CONFIG_MAK" >> ffbuild/config.mak cp_if_changed $TMPH config_components.h +enabled x86asm && cp_if_changed $TMPASM config_components.asm cat > $TMPH <