Browse Source

Use stripped executable in regression tests

Originally committed as revision 21870 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård 15 years ago
parent
commit
43cfefafbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/regression-funcs.sh

+ 1 - 1
tests/regression-funcs.sh

@@ -20,7 +20,7 @@ outfile="$datadir/${outfile_prefix}-"
 errfile="$datadir/$this.err"
 errfile="$datadir/$this.err"
 
 
 # various files
 # various files
-ffmpeg="$target_exec ${target_path}/ffmpeg_g"
+ffmpeg="$target_exec ${target_path}/ffmpeg"
 tiny_psnr="tests/tiny_psnr"
 tiny_psnr="tests/tiny_psnr"
 benchfile="$datadir/$this.bench"
 benchfile="$datadir/$this.bench"
 bench="$datadir/$this.bench.tmp"
 bench="$datadir/$this.bench.tmp"