summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-08-26 19:49:57 +0000
committerMåns Rullgård <mans@mansr.com>2010-08-26 19:49:57 +0000
commit6f9ea29ec61a03d5e186e6d4b85d3fb0a278e800 (patch)
treed1ab11d81790fb5bfe886d7000b0a21bf52770a6 /configure
parent25432e85039a62b3b4d46647080f9803f7c47694 (diff)
configure: write config.fate file as early as possible
Originally committed as revision 24952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2689578920..caf5727f54 100755
--- a/configure
+++ b/configure
@@ -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