# HG changeset patch # User bcoudurier # Date 1171198233 0 # Node ID 80f17646fa2dcae536a00eae13249f20988e4d6e # Parent 06fd8e5c5a04387dfed8bba02103b57a2603eaa4 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 diff -r 06fd8e5c5a04 -r 80f17646fa2d Makefile --- a/Makefile Thu Feb 08 22:09:05 2007 +0000 +++ b/Makefile Sun Feb 11 12:50:33 2007 +0000 @@ -18,6 +18,7 @@ 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 \