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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2007-10-19 13:31:41 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2007-10-19 13:31:41 +0400
commit2e9ad69aaf182e45e43646bda0dc89c68aecbddf (patch)
treebd762123e3e977e834084b080baed1da70dcd70d /libavutil/Makefile
parent939bac287e715790815a32d8b00f0f0326d643de (diff)
Add support for DES en- and decryption.
Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 069912a258..a456b96028 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -4,6 +4,7 @@ OBJS = adler32.o \
aes.o \
base64.o \
crc.o \
+ des.o \
fifo.o \
intfloat_readwrite.o \
lls.o \