From 7ee7412e6e4b5e93e071738299c6b2f2499accc5 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Wed, 23 May 2007 23:22:39 +0000 Subject: [PATCH] cosmetics: alignment Originally committed as revision 9113 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e888d2ac45..9d717900f0 100755 --- a/configure +++ b/configure @@ -2015,8 +2015,8 @@ fi echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak echo "EXTRALIBS=$extralibs" >> config.mak -print_config HAVE_ $TMPH config.mak $HAVE_LIST -print_config TARGET_ $TMPH config.mak $TARGET_LIST +print_config HAVE_ $TMPH config.mak $HAVE_LIST +print_config TARGET_ $TMPH config.mak $TARGET_LIST print_config_enable CONFIG_ $TMPH config.mak $CONFIG_LIST \ $DECODER_LIST \ $ENCODER_LIST \