[FFmpeg-cvslog] r24837 - trunk/tests/fate-run.sh

mru subversion
Thu Aug 19 18:51:24 CEST 2010


Author: mru
Date: Thu Aug 19 18:51:24 2010
New Revision: 24837

Log:
fate-run: use 'run' function in 'ffmpeg' function

Modified:
   trunk/tests/fate-run.sh

Modified: trunk/tests/fate-run.sh
==============================================================================
--- trunk/tests/fate-run.sh	Thu Aug 19 18:51:21 2010	(r24836)
+++ trunk/tests/fate-run.sh	Thu Aug 19 18:51:24 2010	(r24837)
@@ -45,7 +45,7 @@ run(){
 }
 
 ffmpeg(){
-    $target_exec $target_path/ffmpeg -v 0 "$@"
+    run ffmpeg -v 0 "$@"
 }
 
 framecrc(){



More information about the ffmpeg-cvslog mailing list