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
fate-run: add helper to run things on target
Originally committed as revision 24694 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård
15 years ago
parent
a79e921ee6
commit
dff1fc51b2
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
tests/fate-run.sh
+ 4
- 0
tests/fate-run.sh
View File
@@ -40,6 +40,10 @@ stddev(){
do_tiny_psnr "$1" "$2" stddev '<=' ${fuzz:-1}
}
run(){
$target_exec $target_path/"$@"
}
ffmpeg(){
$target_exec $target_path/ffmpeg "$@"
}
Write
Preview
Loading…
Cancel
Save