diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-07-03 15:45:27 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-04 15:10:57 +0300 |
commit | bc3dbcc8e5553d25afbb2e85aeb909a44210af0a (patch) | |
tree | ed7c13004967c3b47f4a7d52e3549d00497d5dd3 /libavutil/Makefile | |
parent | 143f1e92034429e0b87a24bca0f98da81f17d38a (diff) | |
download | ffmpeg-bc3dbcc8e5553d25afbb2e85aeb909a44210af0a.tar.gz |
Add Blowfish encryption support in libavutil
Signed-off-by: Martin Storsjö <martin@martin.st>
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 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 \ |