projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
045ed63
)
* no error message without config.h
author
Zdenek Kabelac
<kabi@informatics.muni.cz>
Thu, 11 Apr 2002 20:21:57 +0000
(20:21 +0000)
committer
Zdenek Kabelac
<kabi@informatics.muni.cz>
Thu, 11 Apr 2002 20:21:57 +0000
(20:21 +0000)
Originally committed as revision 396 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
59271f5
..
7ded3fb
100755
(executable)
--- 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
+diff -q $TMPH config.h >/dev/null
2>&1
if test $? -ne 0 ; then
mv -f $TMPH config.h
else