Commit 9eafa60d authored by Zdenek Kabelac's avatar Zdenek Kabelac

* no error message without config.h

Originally committed as revision 396 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 045ed63f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment