summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-08 15:35:01 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-09 16:21:17 +0200
commit3d66ce17b7f809b195595ec5e785a67957e48e7d (patch)
tree2987033be84aef77f622e3e5f1ff90645207db60 /libavutil
parentd1cb559a6a358a141d5c8672e893f5561343baf5 (diff)
tools: Add adler32 checksum tool
This is about 6 times faster than md5sum on linux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index e14d5a44f3..30f733fd60 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -148,6 +148,6 @@ TESTPROGS = adler32 \
TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
-TOOLS = ffeval ffescape
+TOOLS = ffadler ffeval ffescape
$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2