diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-26 23:44:06 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-26 23:44:06 +0000 |
commit | b82be636880a8dece6205bdcded8136bbd6ce5d6 (patch) | |
tree | 328be0c62cf10bcb08508cffc8c2a4302a7892c8 /configure | |
parent | bb5cecdc5283005c0806ded7d8055425c440d520 (diff) | |
download | ffmpeg-b82be636880a8dece6205bdcded8136bbd6ce5d6.tar.gz |
fate: create report files
Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3172,6 +3172,8 @@ 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 |