Commit 822722f6 authored by diego's avatar diego

Clarify comment.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12419 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 99329044
......@@ -2069,7 +2069,7 @@ enabled asmalign_pot &&
echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH
# Do not overwrite config.h if unchanged to avoid superfluous rebuilds.
# Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
cmp -s $TMPH config.h &&
echo "config.h is unchanged" ||
mv -f $TMPH config.h
......
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