mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Unconditionally overwrite config.h. The current behavior where config.h is
only overwritten if it differs from the new one is effectively a nop. Originally committed as revision 5018 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9df3437fe1
commit
6eb7182cf4
7
configure
vendored
7
configure
vendored
@ -1939,12 +1939,7 @@ for codec in $CODEC_LIST ; do
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user