diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-04-11 20:21:57 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-04-11 20:21:57 +0000 |
commit | 9eafa60dded5f8fc8a008d0dc1286b95eec02d09 (patch) | |
tree | 6e71160d2e4640d77040c73b1e503886ead04172 /configure | |
parent | 045ed63f11981460b66178aa8a4207898ac754f8 (diff) | |
download | ffmpeg-9eafa60dded5f8fc8a008d0dc1286b95eec02d09.tar.gz |
* no error message without config.h
Originally committed as revision 396 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |