mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user