Commit 6f9ea29e authored by Måns Rullgård's avatar Måns Rullgård

configure: write config.fate file as early as possible

Originally committed as revision 24952 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 25432e85
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment