[SCM] libav/experimental: fate-run: add helper to run things on target
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:13:34 UTC 2013
The following commit has been merged in the experimental branch:
commit dff1fc51b25d9fcd1b3d5981f89f933ad2ff5775
Author: Måns Rullgård <mans at mansr.com>
Date: Wed Aug 4 06:56:59 2010 +0000
fate-run: add helper to run things on target
Originally committed as revision 24694 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 3ed4765..9cb70e4 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -40,6 +40,10 @@ stddev(){
do_tiny_psnr "$1" "$2" stddev '<=' ${fuzz:-1}
}
+run(){
+ $target_exec $target_path/"$@"
+}
+
ffmpeg(){
$target_exec $target_path/ffmpeg "$@"
}
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list