Mercurial > libavutil.hg
comparison Makefile @ 381:c0d706066f20 libavutil
cosmetics: Sort some lines, whitespace changes.
author | diego |
---|---|
date | Thu, 30 Aug 2007 23:11:24 +0000 |
parents | 2fb35d82b0bd |
children | 8d29c19c22c4 |
comparison
equal
deleted
inserted
replaced
380:73c02f847f2b | 381:c0d706066f20 |
---|---|
1 include ../config.mak | 1 include ../config.mak |
2 | 2 |
3 OBJS= mathematics.o \ | 3 OBJS = adler32.o \ |
4 rational.o \ | 4 aes.o \ |
5 intfloat_readwrite.o \ | 5 base64.o \ |
6 crc.o \ | 6 crc.o \ |
7 md5.o \ | 7 intfloat_readwrite.o \ |
8 lls.o \ | 8 fifo.o \ |
9 adler32.o \ | 9 lls.o \ |
10 log.o \ | 10 log.o \ |
11 mem.o \ | 11 lzo.o \ |
12 fifo.o \ | 12 mathematics.o \ |
13 tree.o \ | 13 md5.o \ |
14 lzo.o \ | 14 mem.o \ |
15 random.o \ | 15 random.o \ |
16 aes.o \ | 16 rational.o \ |
17 base64.o \ | 17 string.o \ |
18 string.o \ | 18 tree.o \ |
19 | 19 |
20 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ | 20 HEADERS = adler32.h \ |
21 intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \ | 21 avstring.h \ |
22 random.h mem.h base64.h avstring.h | 22 avutil.h \ |
23 base64.h \ | |
24 common.h \ | |
25 fifo.h \ | |
26 integer.h \ | |
27 intfloat_readwrite.h \ | |
28 log.h \ | |
29 lzo.h \ | |
30 mathematics.h \ | |
31 md5.h \ | |
32 mem.h \ | |
33 random.h \ | |
34 rational.h \ | |
23 | 35 |
24 NAME=avutil | 36 NAME=avutil |
25 LIBVERSION=$(LAVUVERSION) | 37 LIBVERSION=$(LAVUVERSION) |
26 LIBMAJOR=$(LAVUMAJOR) | 38 LIBMAJOR=$(LAVUMAJOR) |
27 | 39 |