This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
* no error message without config.h
Originally committed as revision 396 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Zdenek Kabelac
23 years ago
parent
045ed63f11
commit
9eafa60dde
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -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
Write
Preview
Loading…
Cancel
Save