From f70f03f6237530de51e6bbe5c10d2ed70ed74fab Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 11 Feb 2007 16:24:15 +0000 Subject: finish feature calculations before printing result and creating files Originally committed as revision 7932 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/configure b/configure index dd1ce1f5d2..5e1d4a03d0 100755 --- a/configure +++ b/configure @@ -1824,6 +1824,16 @@ if test $asmalign_pot = "unknown"; then echo 'asm (".align 3");' | check_cc && asmalign_pot="yes" fi +enabled_any $ENCODER_LIST && enable encoders +enabled_any $DECODER_LIST && enable decoders +enabled_any $MUXER_LIST && enable muxers +enabled_any $DEMUXER_LIST && enable demuxers + +enabled_any pthreads beosthreads os2threads w32threads && enable threads + +check_deps $CONFIG_LIST $HAVE_LIST $DECODER_LIST $ENCODER_LIST $PARSER_LIST \ + $DEMUXER_LIST $MUXER_LIST + echo "install prefix $PREFIX" echo "source path $source_path" echo "C compiler $cc" @@ -2016,16 +2026,6 @@ fi echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak echo "EXTRALIBS=$extralibs" >> config.mak -enabled_any $ENCODER_LIST && enable encoders -enabled_any $DECODER_LIST && enable decoders -enabled_any $MUXER_LIST && enable muxers -enabled_any $DEMUXER_LIST && enable demuxers - -enabled_any pthreads beosthreads os2threads w32threads && enable threads - -check_deps $CONFIG_LIST $HAVE_LIST $DECODER_LIST $ENCODER_LIST $PARSER_LIST \ - $DEMUXER_LIST $MUXER_LIST - print_config HAVE_ $TMPH config.mak $HAVE_LIST print_config CONFIG_ $TMPH config.mak $CONFIG_LIST print_config TARGET_ $TMPH config.mak $TARGET_LIST -- cgit v1.2.3