summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2012-07-03 15:45:27 +0200
committerMartin Storsjö <martin@martin.st>2012-07-04 15:10:57 +0300
commitbc3dbcc8e5553d25afbb2e85aeb909a44210af0a (patch)
treeed7c13004967c3b47f4a7d52e3549d00497d5dd3 /libavutil/Makefile
parent143f1e92034429e0b87a24bca0f98da81f17d38a (diff)
Add Blowfish encryption support in libavutil
Signed-off-by: Martin Storsjö <martin@martin.st>
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 6fe174bb62..ea8139f522 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -9,6 +9,7 @@ HEADERS = adler32.h \
avstring.h \
avutil.h \
base64.h \
+ blowfish.h \
bswap.h \
common.h \
cpu.h \
@@ -51,6 +52,7 @@ OBJS = adler32.o \
audioconvert.o \
avstring.o \
base64.o \
+ blowfish.o \
cpu.o \
crc.o \
des.o \
@@ -86,6 +88,7 @@ TESTPROGS = adler32 \
aes \
avstring \
base64 \
+ blowfish \
cpu \
crc \
des \