Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-03-24 00:41:46 +0300
committerJames Almer <jamrial@gmail.com>2017-03-24 00:43:39 +0300
commitd07f2dacb97f7f6b6751795b24e0a2410ebe0a6e (patch)
treee29f1757824bf94a1c2cba9a1f9065472b223867 /configure
parentbac44a50206ec565068d6a9e3241742d33e02406 (diff)
parent1f821e5ad3f8ebacbbb362668561ad976c392c9e (diff)
Merge commit '1f821e5ad3f8ebacbbb362668561ad976c392c9e'
* commit '1f821e5ad3f8ebacbbb362668561ad976c392c9e': configure: Print warnings after all other output Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 487a4d7eef..c1aeb6e252 100755
--- a/configure
+++ b/configure
@@ -6843,11 +6843,6 @@ echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH
cp_if_changed $TMPH libavutil/avconfig.h
-if test -n "$WARNINGS"; then
- printf "\n%s%s$WARNINGS%s" "$warn_color" "$bold_color" "$reset_color"
- enabled fatal_warnings && exit 1
-fi
-
# generate the lists of enabled components
print_enabled_components(){
file=$1
@@ -6865,6 +6860,11 @@ 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
+if test -n "$WARNINGS"; then
+ printf "\n%s%s$WARNINGS%s" "$warn_color" "$bold_color" "$reset_color"
+ enabled fatal_warnings && exit 1
+fi
+
# build pkg-config files
lib_version(){