Commit f5b6de54 authored by kabi's avatar kabi

* solaris does not support -q


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@402 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1a55132a
......@@ -247,7 +247,7 @@ if [ "$simpleidct" = "yes" ]; then
echo "#define SIMPLE_IDCT 1" >> $TMPH
fi
diff -q $TMPH config.h >/dev/null 2>&1
diff $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