From b42c483f076e4b24fdeada59e138e421326c45ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 19 Aug 2010 16:51:24 +0000 Subject: [PATCH] fate-run: use 'run' function in 'ffmpeg' function Originally committed as revision 24837 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/fate-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index cabcf7ff74..def0eb4093 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -45,7 +45,7 @@ run(){ } ffmpeg(){ - $target_exec $target_path/ffmpeg -v 0 "$@" + run ffmpeg -v 0 "$@" } framecrc(){