[FFmpeg-cvslog] r12419 - trunk/configure
diego
subversion
Mon Mar 10 23:59:06 CET 2008
Author: diego
Date: Mon Mar 10 23:59:05 2008
New Revision: 12419
Log:
Clarify comment.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Mar 10 23:59:05 2008
@@ -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
More information about the ffmpeg-cvslog
mailing list