summaryrefslogtreecommitdiffstats
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2019-04-02 16:43:06 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2019-04-03 10:05:50 +0530
commitb131a07e4bf9ef3370b2fa546973301495154bd1 (patch)
treed76e6103fa14b895be09a24f4e6eb09cf07cccd5 /tests/fate-run.sh
parentecb4398d71c9882c8db67761b3227f27eddb449b (diff)
downloadffmpeg-streaming-b131a07e4bf9ef3370b2fa546973301495154bd1.zip
ffmpeg-streaming-b131a07e4bf9ef3370b2fa546973301495154bd1.tar.gz
fate: unbreak fate with custom binary names
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 66cd791..696fc24 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -128,7 +128,7 @@ ffmpeg(){
[ x${arg} = x-i ] && ffmpeg_args="${ffmpeg_args} ${dec_opts}"
ffmpeg_args="${ffmpeg_args} ${arg}"
done
- run ffmpeg${PROGSUF} ${ffmpeg_args}
+ run ffmpeg${PROGSUF}${EXECSUF} ${ffmpeg_args}
}
framecrc(){
@@ -245,7 +245,7 @@ stream_remux(){
# FIXME: There is a certain duplication between the avconv-related helper
# functions above and below that should be refactored.
-ffmpeg2="$target_exec ${target_path}/ffmpeg"
+ffmpeg2="$target_exec ${target_path}/ffmpeg${PROGSUF}${EXECSUF}"
raw_src="${target_path}/tests/vsynth1/%02d.pgm"
pcm_src="${target_path}/tests/data/asynth1.sw"
crcfile="tests/data/$test.lavf.crc"
OpenPOWER on IntegriCloud