Commit b7860763 authored by Diego Biurrun's avatar Diego Biurrun

Clarify comment.

Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 98f6dfa6
......@@ -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