summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-04-16 19:52:04 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-04-16 19:52:04 +0000
commita7c02e2589ee901e0640c8e19b898ad0213fb071 (patch)
treef29eaf8a3c89c2b8002f809966b4e2b20380b3ae
parent076b09e9b3cef1a0f9a270c9c89c3827cadf8c61 (diff)
downloadffmpeg-streaming-a7c02e2589ee901e0640c8e19b898ad0213fb071.zip
ffmpeg-streaming-a7c02e2589ee901e0640c8e19b898ad0213fb071.tar.gz
* solaris does not support -q
Originally committed as revision 402 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2bcd3a0..a568939 100755
--- a/configure
+++ b/configure
@@ -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
OpenPOWER on IntegriCloud