diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-20 19:05:44 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-20 19:05:44 +0000 |
commit | aef026f406ad1ab69b24ad6ddf8564ec27cf3e83 (patch) | |
tree | 88eac960b89ff532b254aa0ffad7f0d30ce8703b /configure | |
parent | 86601915d2b2dadd70cba02b0af2ac761364d75c (diff) | |
download | ffmpeg-aef026f406ad1ab69b24ad6ddf8564ec27cf3e83.tar.gz |
configure: create .config file in configure to avoid needless reruns
Originally committed as revision 24372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3154,6 +3154,7 @@ print_config AV_HAVE_ $TMPH /dev/null $HAVE_LIST_PUB echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH cp_if_changed $TMPH libavutil/avconfig.h +touch .config test -n "$WARNINGS" && printf "\n$WARNINGS" |