]> git.sesse.net Git - ffmpeg/blobdiff - configure
x86/hevc_add_res: merge missing changes from 3d6535983282bea542dac2e568ae50da5796be34
[ffmpeg] / configure
index 487a4d7eef0c6c59871f0bea3183229f1f7d253c..c1aeb6e252c1aaea55bb528e98f9b6a62e2b59d8 100755 (executable)
--- 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(){