Add XTEA encryption support in libavutil

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Samuel Pitoiset
2012-07-03 15:53:16 +02:00
committed by Martin Storsjö
parent bc3dbcc8e5
commit 8c14f7a593
6 changed files with 235 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ HEADERS = adler32.h \
samplefmt.h \
sha.h \
time.h \
xtea.h \
ARCH_HEADERS = bswap.h \
intmath.h \
@@ -83,6 +84,7 @@ OBJS = adler32.o \
time.o \
tree.o \
utils.o \
xtea.o \
TESTPROGS = adler32 \
aes \
@@ -101,3 +103,4 @@ TESTPROGS = adler32 \
parseutils \
sha \
tree \
xtea \