mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
configure: Print warnings after all other output
This commit is contained in:
parent
b89804da9b
commit
1f821e5ad3
4
configure
vendored
4
configure
vendored
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user