Clarify comment.
Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
98f6dfa653
commit
b7860763ca
2
configure
vendored
2
configure
vendored
@ -2069,7 +2069,7 @@ enabled asmalign_pot &&
|
|||||||
|
|
||||||
echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH
|
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 &&
|
cmp -s $TMPH config.h &&
|
||||||
echo "config.h is unchanged" ||
|
echo "config.h is unchanged" ||
|
||||||
mv -f $TMPH config.h
|
mv -f $TMPH config.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user