diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-03-21 04:18:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-03-22 09:42:05 +0100 |
commit | 14478b6c3820339442d8c96b701d021499de0827 (patch) | |
tree | cc908f6cc8ed1d5915b095a657b11d66e87a978a /tests/Makefile | |
parent | 30d1213ecd59e096cff35713208c8906e241f64e (diff) | |
download | ffmpeg-14478b6c3820339442d8c96b701d021499de0827.tar.gz |
fate: add audiomatch
Testset provided by Justin Greer <justin@zencoder.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 6e5dfa6e1b..6fef0cd7f0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -200,7 +200,7 @@ $(FATE_EXTERN): @echo "$@ requires external samples and SAMPLES not specified"; false endif -FATE_UTILS = base64 tiny_psnr tiny_ssim +FATE_UTILS = base64 tiny_psnr tiny_ssim audiomatch TOOL = ffmpeg |