summaryrefslogtreecommitdiff
path: root/tests/lavf-regression.sh
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-03-18 01:29:50 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-03-18 01:29:50 +0100
commitbb97bcec6b2b1f7cbb82f867892c1d91811e4dcf (patch)
tree483a05554de0008102c1c783178c37997390b294 /tests/lavf-regression.sh
parentaa1f38015cb0d04a5c50a8957dd7aba79f0d8882 (diff)
Fix TARGET_SAMPLES and TARGET_PATH for some fate tests.
This allows running more fate tests on remote targets without the source tree.
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-xtests/lavf-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 9b1b69f5ac..897dc633a0 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -16,7 +16,7 @@ ENC_OPTS="$ENC_OPTS -metadata title=lavftest"
do_lavf_fate()
{
file=${outfile}lavf.$1
- input="${samples}/$2"
+ input="${target_samples}/$2"
do_avconv $file $DEC_OPTS -i "$input" $ENC_OPTS -vcodec copy -acodec copy
do_avconv_crc $file $DEC_OPTS -i $target_path/$file $3
}