* solaris does not support -q
Originally committed as revision 402 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
076b09e9b3
commit
a7c02e2589
2
configure
vendored
2
configure
vendored
@ -247,7 +247,7 @@ if [ "$simpleidct" = "yes" ]; then
|
|||||||
echo "#define SIMPLE_IDCT 1" >> $TMPH
|
echo "#define SIMPLE_IDCT 1" >> $TMPH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
diff -q $TMPH config.h >/dev/null 2>&1
|
diff $TMPH config.h >/dev/null 2>&1
|
||||||
if test $? -ne 0 ; then
|
if test $? -ne 0 ; then
|
||||||
mv -f $TMPH config.h
|
mv -f $TMPH config.h
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user