summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-20 19:42:35 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-20 19:42:35 +0000
commitd0b8e40ccf344bccbb5919317253bf58b916a569 (patch)
treea1f8abaf5589d405e829c13f324bf9758be7cb20
parentaef026f406ad1ab69b24ad6ddf8564ec27cf3e83 (diff)
configure: create .config file where I intended
Originally committed as revision 24373 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a15ee64284..898000438f 100755
--- a/configure
+++ b/configure
@@ -3142,6 +3142,7 @@ echo "endif # FFMPEG_CONFIG_MAK" >> config.mak
# Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
cp_if_changed $TMPH config.h
+touch .config
cat > $TMPH <<EOF
/* Generated by ffconf */
@@ -3154,7 +3155,6 @@ 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"