[Ffmpeg-cvslog] CVS: ffmpeg configure,1.252,1.253
Diego Biurrun CVS
diego
Mon Feb 13 17:35:40 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv29580
Modified Files:
configure
Log Message:
Unconditionally overwrite config.h. The current behavior where config.h is
only overwritten if it differs from the new one is effectively a nop.
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -d -r1.252 -r1.253
--- configure 13 Feb 2006 12:53:25 -0000 1.252
+++ configure 13 Feb 2006 16:35:36 -0000 1.253
@@ -1939,12 +1939,7 @@
echo "CONFIG_`echo $codec | tr a-z A-Z`=yes" >> config.mak
done
-diff $TMPH config.h >/dev/null 2>&1
-if test $? -ne 0 ; then
- mv -f $TMPH config.h
-else
- echo "config.h is unchanged"
-fi
+mv -f $TMPH config.h
rm -f $TMPO $TMPC $TMPE $TMPS $TMPH
More information about the ffmpeg-cvslog
mailing list