Mercurial > libavutil.hg
annotate Makefile @ 392:d0f3bb6e367e libavutil
Add FFMPEG_ prefix to all multiple inclusion guards.
author | diego |
---|---|
date | Wed, 17 Oct 2007 09:37:46 +0000 |
parents | f2e3cd83213e |
children | df047574d017 |
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 \ | |
385 | 7 fifo.o \ |
381 | 8 intfloat_readwrite.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 |