summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2007-02-11 12:50:33 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-02-11 12:50:33 +0000
commit80a289b9bfc7e1c095e0b284331c6a6280463dec (patch)
tree7c4f7dd8d6815b5ec61babd6add37f2b088f94b3 /libavutil/Makefile
parentc964c2c7458e2c3c147f44c3a08c8cd6f45ec80b (diff)
mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul
Originally committed as revision 7925 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 0640630a78..f4b1766d83 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -18,6 +18,7 @@ OBJS= mathematics.o \
tree.o \
lzo.o \
random.o \
+ aes.o \
HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \