mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 05:30:34 +00:00
configure: write config.fate file as early as possible
Originally committed as revision 24952 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
25432e8503
commit
6f9ea29ec6
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user