1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

* no error message without config.h

Originally committed as revision 396 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2002-04-11 20:21:57 +00:00
parent 045ed63f11
commit 9eafa60dde

2
configure vendored
View File

@ -247,7 +247,7 @@ if [ "$simpleidct" = "yes" ]; then
echo "#define SIMPLE_IDCT 1" >> $TMPH
fi
diff -q $TMPH config.h >/dev/null
diff -q $TMPH config.h >/dev/null 2>&1
if test $? -ne 0 ; then
mv -f $TMPH config.h
else