Commit 1f821e5a authored by Diego Biurrun's avatar Diego Biurrun

configure: Print warnings after all other output

parent b89804da
......@@ -5387,8 +5387,6 @@ echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH
cp_if_changed $TMPH libavutil/avconfig.h
test -n "$WARNINGS" && printf "\n$WARNINGS"
# generate the lists of enabled components
print_enabled_components(){
file=$1
......@@ -5406,6 +5404,8 @@ print_enabled_components(){
print_enabled_components libavcodec/bsf_list.c AVBitStreamFilter bitstream_filters $BSF_LIST
print_enabled_components libavformat/protocol_list.c URLProtocol url_protocols $PROTOCOL_LIST
test -n "$WARNINGS" && printf "\n$WARNINGS"
# build pkg-config files
lib_version(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment