Mercurial > libavutil.hg
annotate Makefile @ 393:df047574d017 libavutil
Add support for DES en- and decryption.
author | reimar |
---|---|
date | Fri, 19 Oct 2007 09:31:41 +0000 |
parents | f2e3cd83213e |
children | aedb9d18c7cf |
rev | line source |
---|---|
267
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
1 include ../config.mak |
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
2 |
381 | 3 OBJS = adler32.o \ |
4 aes.o \ | |
5 base64.o \ | |
6 crc.o \ | |
393 | 7 des.o \ |
385 | 8 fifo.o \ |
381 | 9 intfloat_readwrite.o \ |
10 lls.o \ | |
11 log.o \ | |
12 lzo.o \ | |
13 mathematics.o \ | |
14 md5.o \ | |
15 mem.o \ | |
16 random.o \ | |
17 rational.o \ | |
384 | 18 rc4.o \ |
381 | 19 string.o \ |
20 tree.o \ | |
267
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
21 |
381 | 22 HEADERS = adler32.h \ |
23 avstring.h \ | |
24 avutil.h \ | |
25 base64.h \ | |
26 common.h \ | |
27 fifo.h \ | |
28 integer.h \ | |
29 intfloat_readwrite.h \ | |
30 log.h \ | |
31 lzo.h \ | |
32 mathematics.h \ | |
33 md5.h \ | |
34 mem.h \ | |
35 random.h \ | |
36 rational.h \ | |
267
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
37 |
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
38 NAME=avutil |
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
39 LIBVERSION=$(LAVUVERSION) |
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
40 LIBMAJOR=$(LAVUMAJOR) |
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
41 |
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
42 include ../common.mak |