Mercurial > libavutil.hg
annotate Makefile @ 384:8d29c19c22c4 libavutil
Add RC4 encryption/decryption function
| author | reimar |
|---|---|
| date | Sat, 13 Oct 2007 10:42:11 +0000 |
| parents | c0d706066f20 |
| children | f2e3cd83213e |
| 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 \ | |
| 7 intfloat_readwrite.o \ | |
| 8 fifo.o \ | |
| 9 lls.o \ | |
| 10 log.o \ | |
| 11 lzo.o \ | |
| 12 mathematics.o \ | |
| 13 md5.o \ | |
| 14 mem.o \ | |
| 15 random.o \ | |
| 16 rational.o \ | |
| 384 | 17 rc4.o \ |
| 381 | 18 string.o \ |
| 19 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
|
20 |
| 381 | 21 HEADERS = adler32.h \ |
| 22 avstring.h \ | |
| 23 avutil.h \ | |
| 24 base64.h \ | |
| 25 common.h \ | |
| 26 fifo.h \ | |
| 27 integer.h \ | |
| 28 intfloat_readwrite.h \ | |
| 29 log.h \ | |
| 30 lzo.h \ | |
| 31 mathematics.h \ | |
| 32 md5.h \ | |
| 33 mem.h \ | |
| 34 random.h \ | |
| 35 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
|
36 |
|
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
37 NAME=avutil |
|
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
38 LIBVERSION=$(LAVUVERSION) |
|
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
39 LIBMAJOR=$(LAVUMAJOR) |
|
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
40 |
|
d363937cc410
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
lu_zero
parents:
diff
changeset
|
41 include ../common.mak |
