summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-02-13 16:35:36 +0000
committerDiego Biurrun <diego@biurrun.de>2006-02-13 16:35:36 +0000
commit6eb7182cf4f9d8fb9f8c40e4ec25ee42ebac425a (patch)
tree293c25ad3e72167c15abef8c5bc8e64bc2edb6d5 /configure
parent9df3437fe1fb99554a9bc2490e267db47fa850ae (diff)
downloadffmpeg-streaming-6eb7182cf4f9d8fb9f8c40e4ec25ee42ebac425a.zip
ffmpeg-streaming-6eb7182cf4f9d8fb9f8c40e4ec25ee42ebac425a.tar.gz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure b/configure
index 84b72bc..9b5e942 100755
--- a/configure
+++ b/configure
@@ -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
OpenPOWER on IntegriCloud