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
Ignore whitespace differences in seek test.
Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ramiro Polla
17 years ago
parent
53e85f5fa4
commit
25060fdf55
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/seek_test.sh
+ 1
- 1
tests/seek_test.sh
View File
@@ -16,7 +16,7 @@ for i in $list ; do
tests/seek_test $i >> $logfile
done
if diff -u "$reffile" "$logfile" ; then
if diff -u
-w
"$reffile" "$logfile" ; then
echo
echo seek regression test: success
exit 0
Write
Preview
Loading…
Cancel
Save