diff options
author | Måns Rullgård <mans@mansr.com> | 2010-08-26 19:49:57 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-08-26 19:49:57 +0000 |
commit | 6f9ea29ec61a03d5e186e6d4b85d3fb0a278e800 (patch) | |
tree | d1ab11d81790fb5bfe886d7000b0a21bf52770a6 | |
parent | 25432e85039a62b3b4d46647080f9803f7c47694 (diff) | |
download | ffmpeg-6f9ea29ec61a03d5e186e6d4b85d3fb0a278e800.tar.gz |
configure: write config.fate file as early as possible
Originally committed as revision 24952 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2231,6 +2231,8 @@ esac enable $subarch enabled spic && enable pic +echo "config:$arch:$subarch:$cpu:$target_os:$cc_ident:$FFMPEG_CONFIGURATION" >config.fate + # OS specific case $target_os in haiku) @@ -3206,8 +3208,6 @@ echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH cp_if_changed $TMPH libavutil/avconfig.h -echo "config:$arch:$subarch:$cpu:$target_os:$cc_ident:$FFMPEG_CONFIGURATION" >config.fate - test -n "$WARNINGS" && printf "\n$WARNINGS" # build pkg-config files |