From 5723e391f290146d57a40360213e530b5ff50a7d Mon Sep 17 00:00:00 2001 From: liulihong Date: Tue, 1 Aug 2023 17:00:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9libass=E5=92=8Csoundtouch?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=84=9A=E6=9C=AC=EF=BC=8C=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=B8=8Elinux=E4=B8=8B=E7=BB=93=E6=9E=9C=E5=AF=B9=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liulihong --- thirdparty/libass/HPKCHECK | 10 ---------- thirdparty/soundtouch/HPKCHECK | 11 ----------- 2 files changed, 21 deletions(-) diff --git a/thirdparty/libass/HPKCHECK b/thirdparty/libass/HPKCHECK index 925b3f36..65a82094 100644 --- a/thirdparty/libass/HPKCHECK +++ b/thirdparty/libass/HPKCHECK @@ -18,16 +18,6 @@ openharmonycheck() { cd ${builddir}/${ARCH}-build ./test/test testass.png ../compare/test/sub1.ass 0.03 > ${logfile} 2>&1 res=$? - if [ $res -eq 0 ] - then - ret=`cmp testass.png $linuxresult` - if [ ! -z "$ret" ] - then - res=1 - echo "the failed result:" >> ${logfile} - echo $ret >> ${logfile} - fi - fi cd $OLDPWD return $res diff --git a/thirdparty/soundtouch/HPKCHECK b/thirdparty/soundtouch/HPKCHECK index 5c272fc1..e5158217 100644 --- a/thirdparty/soundtouch/HPKCHECK +++ b/thirdparty/soundtouch/HPKCHECK @@ -10,17 +10,6 @@ openharmonycheck() { cd ${builddir}/${ARCH}-build ./soundstretch $testfile out.wav -tempo=+50 -pitch=+20 > ${logfile} 2>&1 res=$? - if [ $? -eq 0 ] - then - ret=`cmp out.wav $linuxresult` - if [ ! -z "$ret" ] - then - res=1 - echo "the failed result:" >> ${logfile} - echo $ret >> ${logfile} - fi - fi - cd $OLDPWD return $res -- Gitee