diff options
author | James Almer <jamrial@gmail.com> | 2013-05-30 04:56:29 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-02 11:27:19 +0200 |
commit | 682b2273e851b478736255f500e019b0164751f8 (patch) | |
tree | 4b5897d55be919353c0bca1af52711801b72daeb /libavutil/Makefile | |
parent | a40370661dd02132f8867f0df2afe75eee470121 (diff) | |
download | ffmpeg-682b2273e851b478736255f500e019b0164751f8.tar.gz |
lavu: Add SHA-2 512 hashing
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 5dc61e1d2b..f1ff9c6c6d 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -45,6 +45,7 @@ HEADERS = adler32.h \ rational.h \ samplefmt.h \ sha.h \ + sha512.h \ time.h \ timecode.h \ timestamp.h \ @@ -103,6 +104,7 @@ OBJS = adler32.o \ rc4.o \ samplefmt.o \ sha.o \ + sha512.o \ time.o \ timecode.o \ tree.o \ @@ -147,6 +149,7 @@ TESTPROGS = adler32 \ random_seed \ rational \ sha \ + sha512 \ tree \ xtea \ |