diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-10-15 02:50:45 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-10-19 10:13:34 +0200 |
commit | 1f821e5ad3f8ebacbbb362668561ad976c392c9e (patch) | |
tree | 7fd9244cce5878c292753bad2c8fac9489be3acf | |
parent | b89804da9bad2d94dd95bf20ac6187447e9c17e9 (diff) | |
download | ffmpeg-1f821e5ad3f8ebacbbb362668561ad976c392c9e.tar.gz |
configure: Print warnings after all other output
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(){ |