ffmpeg | branch: master | Diego Biurrun <[email protected]> | Sat Oct 15 
02:50:45 2016 +0200| [1f821e5ad3f8ebacbbb362668561ad976c392c9e] | committer: 
Diego Biurrun

configure: Print warnings after all other output

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f821e5ad3f8ebacbbb362668561ad976c392c9e
---

 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index ac20cfa..745b5b7 100755
--- a/configure
+++ b/configure
@@ -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(){

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to