Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSupraja Meedinti <supraja0493@gmail.com>2015-01-25 21:39:20 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-01-29 03:56:11 +0300
commit6ad749b5335444e5ca2223997d2ab2a215363327 (patch)
treea489c8f149446bb4ab04915d7f4ca5a0747544f5 /libavutil/Makefile
parent72db3c79dfddbeae82c540c785c680654a77b063 (diff)
libavutil: Added twofish symmetric block cipher
Signed-off-by: Supraja Meedinti <supraja0493@gmail.com> Reviewed-by: Giorgio Vazzana <mywing81@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 4db89b8258..6caf896e2d 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -60,6 +60,7 @@ HEADERS = adler32.h \
time.h \
timecode.h \
timestamp.h \
+ twofish.h \
version.h \
xtea.h \
@@ -129,6 +130,7 @@ OBJS = adler32.o \
time.o \
timecode.o \
tree.o \
+ twofish.o \
utils.o \
xga_font_data.o \
xtea.o \
@@ -184,6 +186,7 @@ TESTPROGS = adler32 \
sha512 \
softfloat \
tree \
+ twofish \
utf8 \
xtea \