summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorSupraja Meedinti <supraja0493@gmail.com>2014-10-17 23:52:25 +0530
committerMichael Niedermayer <michaelni@gmx.at>2014-10-18 01:33:45 +0200
commit0eabbe2101f1cd54ff961ebbff7b3f9ffb599208 (patch)
tree7016a77b04fe190ddf9ba6599fcd932cc56c47d5 /libavutil/Makefile
parent2c4d6a342d4f91ddf8be3463da5ee1bd2cecb2c9 (diff)
libavutil: Add CAST128 symmetric block cipher
Only ECB mode is supported at the moment Signed-off-by: Supraja Meedinti <supraja0493@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 80c5d0015c..6f9030195d 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -15,6 +15,7 @@ HEADERS = adler32.h \
bprint.h \
bswap.h \
buffer.h \
+ cast5.h \
channel_layout.h \
common.h \
cpu.h \
@@ -82,6 +83,7 @@ OBJS = adler32.o \
blowfish.o \
bprint.o \
buffer.o \
+ cast5.o \
channel_layout.o \
cpu.o \
crc.o \
@@ -151,6 +153,7 @@ TESTPROGS = adler32 \
base64 \
blowfish \
bprint \
+ cast5 \
cpu \
crc \
des \