1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

fate-run: add helper to run things on target

Originally committed as revision 24694 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2010-08-04 06:56:59 +00:00
parent a79e921ee6
commit dff1fc51b2

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 "$@"
}