[FFmpeg-cvslog] fate: Work around non-standard wc implementations at more places

Martin Storsjö git at videolan.org
Wed May 16 22:36:02 CEST 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed May 16 12:42:43 2012 +0300| [6ce51a9b392aaf647c4cdfd149fff1af5259a6fd] | committer: Martin Storsjö

fate: Work around non-standard wc implementations at more places

This applies the same fix as in ed7409fe9d for lavf-regressions.sh.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ce51a9b392aaf647c4cdfd149fff1af5259a6fd
---

 tests/lavf-regression.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index ab8064d..1d4e262 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -33,7 +33,7 @@ do_image_formats()
     run_avconv $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $2 $ENC_OPTS $3 -t 0.5 -y -qscale 10 $target_path/$file
     do_md5sum ${outfile}02.$1
     do_avconv_crc $file $DEC_OPTS $3 -i $target_path/$file
-    wc -c ${outfile}02.$1
+    echo $(wc -c ${outfile}02.$1)
 }
 
 do_audio_only()



More information about the ffmpeg-cvslog mailing list