diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2013-03-24 16:04:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-26 17:31:41 +0100 |
commit | 064146480b22d541c1c2e0c3e64c95c4370b777e (patch) | |
tree | b054305ced9d5b0d612433406be153ebd371dce0 /tests/Makefile | |
parent | 1741fece7073f51efdd837a4f307ea2cdf3d1cfb (diff) | |
download | ffmpeg-064146480b22d541c1c2e0c3e64c95c4370b777e.tar.gz |
tools: add tiny_ssim
Taken from:
http://lists.mplayerhq.hu/pipermail/mencoder-users/2006-August/003801.html
and
x264
See: [FFmpeg-devel] [PATCH] tools: add tiny_ssim
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 73ee2d9c5d..0f911e1b66 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -147,7 +147,7 @@ $(FATE_EXTERN): @echo "$@ requires external samples and SAMPLES not specified"; false endif -FATE_UTILS = base64 tiny_psnr +FATE_UTILS = base64 tiny_psnr tiny_ssim TOOL = ffmpeg |