projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f83739
)
Use stripped executable in regression tests
author
Måns Rullgård
<mans@mansr.com>
Wed, 17 Feb 2010 21:37:35 +0000
(21:37 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Wed, 17 Feb 2010 21:37:35 +0000
(21:37 +0000)
Originally committed as revision 21870 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/regression-funcs.sh
patch
|
blob
|
blame
|
history
diff --git
a/tests/regression-funcs.sh
b/tests/regression-funcs.sh
index
c09b39c
..
e16dfa6
100755
(executable)
--- a/
tests/regression-funcs.sh
+++ b/
tests/regression-funcs.sh
@@
-20,7
+20,7
@@
outfile="$datadir/${outfile_prefix}-"
errfile="$datadir/$this.err"
# various files
-ffmpeg="$target_exec ${target_path}/ffmpeg
_g
"
+ffmpeg="$target_exec ${target_path}/ffmpeg"
tiny_psnr="tests/tiny_psnr"
benchfile="$datadir/$this.bench"
bench="$datadir/$this.bench.tmp"