diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-23 23:21:55 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-23 23:26:05 +0200 |
commit | c799e462317be4c1cac6c2c3c82dd13e7ff9ad0f (patch) | |
tree | 62238f0628436dc794975d73f60e72cbd90c5889 /tests/regression-funcs.sh | |
parent | 29545741266a03332f2758c7ba4f77f362c3668d (diff) | |
download | ffmpeg-c799e462317be4c1cac6c2c3c82dd13e7ff9ad0f.tar.gz |
Get rid of tests/data/asynth-%.sw rule.
This also avoids an issue with parallel make in some
cases never building asynth-16000-1.sw.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/regression-funcs.sh')
-rwxr-xr-x | tests/regression-funcs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh index 51e7ac4d39..3162636c09 100755 --- a/tests/regression-funcs.sh +++ b/tests/regression-funcs.sh @@ -28,7 +28,7 @@ raw_ref="$datadir/$test_ref.ref.yuv" pcm_src="$target_datadir/asynth1.sw" pcm_dst="$datadir/$this.out.wav" pcm_ref="$datadir/$test_ref.ref.wav" -pcm_src_1ch="$target_datadir/asynth-16000-1.sw" +pcm_src_1ch="$target_datadir/asynth-16000-1.wav" pcm_ref_1ch="$datadir/$test_ref-16000-1.ref.wav" crcfile="$datadir/$this.crc" target_crcfile="$target_datadir/$this.crc" |